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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -