Sunday, 8 September 2013

Split a string without Split method in C#

Split a string without Split method in C#

i want to split a string without Sting.split() method and store in array.
like "this is a string" i want : this is a string and store in array.
Note:without split method.

No comments:

Post a Comment