Hello Everybody:
I have a string called
CIC Server kshah|345678 StatusChange PhoneStatus Change.
How do I use the String.Split method so that the entire string splits and get stored in an array as:
xmlarry[0]=CIC Server
xmlarry[1]=kshah|345678
xmlarry[2]=StatusChange
xmlarry[3]=PhoneStatus Change
Pls guide...
Thanks,
Rahil


Reply With Quote