W
Wndr
Hi guys;
I am new to C#.
I have a string for example:
1,2,3,6,7,8 and I need to parse this string into something like that: 1-3,
6-8
Does any body have some sample on how it could be done in C#.
Thanks in advance
I am new to C#.
I have a string for example:
1,2,3,6,7,8 and I need to parse this string into something like that: 1-3,
6-8
Does any body have some sample on how it could be done in C#.
Thanks in advance