Learning C# through a book, and came upon these examples the author gave to convert a string value into an integer. These are:
myInt = Convert.ToInt32("123");
myString = Convert.ToString(123);
The problem is, the author didn't explain why & when I would choose to use one over the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.