Which one is faster in processing and conversion int.Parse(), int.TryParse(), Convert.Int32()

Posted by Shantanu Gupta on Stack Overflow See other posts from Stack Overflow or by Shantanu Gupta
Published on 2010-05-27T15:40:35Z Indexed on 2010/05/27 15:51 UTC
Read the original article Hit count: 166

Filed under:
|

Which one is fasterm, powerfull and reliable. And why ?

int.Parse()
int.TryParse()
Convert.Int32()

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET