What's a great way to convert a string to a number in C#?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-03-13T15:03:14Z Indexed on 2010/03/13 15:05 UTC
Read the original article Hit count: 208

Filed under:
|
|
|

I'm familiar with:

Convert.ToInt32(texthere);

But is there another cleaner way to do it? I like having readable code for coworkers and I'm always on the lookout for anything that'll make my work seem more obvious.

© Stack Overflow or respective owner

Related posts about c#

Related posts about string