System Namespace Boolean Class
Converts the specified string representation of a logical value to its Boolean equivalent.
[ VB ] <Serializable> Public Shared Function Parse ( _ ByVal value As String _ ) As Boolean [ C# ] [Serializable] public static bool Parse ( string value ); [ C++ ] [Serializable] public: static bool Parse ( String* value ); [JScript ] public Serializable static function Parse ( value : String ) : Boolean;
true if value is equivalent to TrueString; otherwise, false.
The value parameter, optionally preceded or trailed by white space, must contain either TrueString or FalseString; otherwise, an exception is thrown. The comparison is case-insensitive.
Boolean Members ArgumentNullException FormatException String TrueString FalseString
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph