Hello,
Can anyone help me?
I am trying to split a string in c# but i don't have a separator.
for example split the string "hello"
into array [0]=h [1]=e [2]=l [3]=l [4]=o
Can anyone help me?
I am trying to split a string in c# but i don't have a separator.
for example split the string "hello"
into array [0]=h [1]=e [2]=l [3]=l [4]=o
Comment