Posts by user81804 • 23 points
1 post
-
2
votes2
answers246
viewsQ: String for Keyvaluepair using LINQ
I am receiving a string in the format "N1N2S3S4L5L6O7O8X" and I need it passed to a KeyValuePair or for a NameValueCollection. Where the key is the letter and the number the value. { N, 1 } { N, 2 }…