split string for firstname and lastname in vb.net -


I have a string called "Joseph van Andrews". I want to split it in such a way that the first name is "Yusuf" and the last name "van Andrews" can I do it in vb.net?

Concepts: The first name and last name are divided by one place, and if multiple locations are present, then the first place is used as a separator. / P>


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -