Guys i use Visual Studio C# 2008
I converted an Integer to string to suite my application's need. now I want to count the characters in that string.
I tried "myString.Length" and it showed some unexpected results.
Ex. If myString = "12345" myString.Length outputs "4" WTF?
I need some advice from PRO's in EK... Please Help!
I converted an Integer to string to suite my application's need. now I want to count the characters in that string.
I tried "myString.Length" and it showed some unexpected results.
Ex. If myString = "12345" myString.Length outputs "4" WTF?
I need some advice from PRO's in EK... Please Help!







