how to split the word and get the 4 letter prefix in C#.
        Posted  
        
            by Ranjana
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ranjana
        
        
        
        Published on 2010-05-24T05:37:26Z
        Indexed on 
            2010/05/24
            5:41 UTC
        
        
        Read the original article
        Hit count: 198
        
i have a username= LICTowner.
i need to get the prefix from the word LICTowner i.e LICT.
how to split the word and get the 4 letter prefix.
in asp.net using C#
© Stack Overflow or respective owner