Convert.ToBoolean("1") throws System.Format Exception in c#

Posted by Rohit on Stack Overflow See other posts from Stack Overflow or by Rohit
Published on 2010-04-09T09:50:14Z Indexed on 2010/04/09 9:53 UTC
Read the original article Hit count: 159

Filed under:

why does

Convert.ToBoolean("1") 

throws System.Format Exception and how should i proceed with this conversion.

© Stack Overflow or respective owner

Related posts about c#