Sunday, August 2, 2009

How do you convert a string sentence to an int in C#?

int val = Convert.ToInt32("123");


No comments:

Post a Comment