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