toInt32
Posted: Thu Sep 26, 2013 12:42 pm
Just another question:
in C# ToInt32 accept string as argument. But if i try:
num = int.toInt32("123")
i get:
error: Argument 1 of method "toInt32" expects type IFormatProvider?, but the call is supplying type String.
What am i missing?
in C# ToInt32 accept string as argument. But if i try:
num = int.toInt32("123")
i get:
error: Argument 1 of method "toInt32" expects type IFormatProvider?, but the call is supplying type String.
What am i missing?