Friday, June 10, 2005

More C# number conversion

Oh, and you use the System.Convert class instead of int.Parse, like so:
int value = Convert.ToInt32(sometext);

0 Comments:

Post a Comment

<< Home