O
omeraa
If we pass in '9' the above function should return 9, but it doesnt. It
returns 57, which is the unicode representation of the character 9.
However if we use Convert.Int32(string), and pass in "9", it returns 9.
Any ideas why?
returns 57, which is the unicode representation of the character 9.
However if we use Convert.Int32(string), and pass in "9", it returns 9.
Any ideas why?