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
Post a Comment