I was wondering if anyone knew how to look through a string at each character and then add each character to a new string? Just a really really basic example, I can add the ToUpper and ToLower validation and such.
I was wondering if anyone knew how to look through a string at each
Share
Using
StringBuilder:Below is the signature of the
Stringclass:http://msdn.microsoft.com/en-us/library/system.string(v=vs.100).aspx