I need to be able to get out a value from a string.
Essentially I always have something like:
“1_1,5,8215,886,1142,1,7,64”
I need to know what the second last number is, i.e. the 7.
Note that the 7 can be 1 or more digits….
Thanks in advance!
C#, .net 3.5
1 Answer