K
kvicky
Can anybody help with this , I have a String like"ABCDE", I wanted to
convert this into string array String array[]={"A","B","C","D","E"}. I
know we have to use string.Split(). But not sure how to send the
Delimiter.
Thanks
K
convert this into string array String array[]={"A","B","C","D","E"}. I
know we have to use string.Split(). But not sure how to send the
Delimiter.
Thanks
K