i have a string as ” john,abraham ” i want t split this as FirstName = john SecondName = abraham
how to use split in VB.Net?