J
Jensen bredal
Hello,
I have a string formated in the following way:
s = 1;32;100;32;09;.........;09;76;
I need to extract the numbers separated by the seicolon.
The list can contain several thousands of items and the code is
time critical.
How can i best extract them in C#.
Many Thanks in advance
JB
I have a string formated in the following way:
s = 1;32;100;32;09;.........;09;76;
I need to extract the numbers separated by the seicolon.
The list can contain several thousands of items and the code is
time critical.
How can i best extract them in C#.
Many Thanks in advance
JB