I want to break the string:
value1/672/value2/32/value3/21413
In a
Dictionary<string, string>
How can I do this without the use for a for loop?
I want to break the string:
value1/672/value2/32/value3/21413
In a
Dictionary<string, string>
How can I do this without the use for a for loop?