J
jainshasha
hello
I have a long string like this
(0334239,CDEABABCDEEDCBAA#EEBCBD##,##CDB#BCD#B###D#BC#EA#BB#,###B#ACCD#BC#############,
049226,)
now i want the strings to be store in an array that are currently
separated by commas(,)
like this
0334239
CDEABABCDEEDCBAA#EEBCBD##
##CDB#BCD#B###D#BC#EA#BB#
###B#ACCD#BC#############
049226
is there any function available in C# or how can i do this
please help in anyone knows about this...
I have a long string like this
(0334239,CDEABABCDEEDCBAA#EEBCBD##,##CDB#BCD#B###D#BC#EA#BB#,###B#ACCD#BC#############,
049226,)
now i want the strings to be store in an array that are currently
separated by commas(,)
like this
0334239
CDEABABCDEEDCBAA#EEBCBD##
##CDB#BCD#B###D#BC#EA#BB#
###B#ACCD#BC#############
049226
is there any function available in C# or how can i do this
please help in anyone knows about this...