| |||||||
Boolean.Parse MethodSystem 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; Parameters
Return Valuetrue if value is equivalent to TrueString; otherwise, false. Exceptions
RemarksThe 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. See AlsoBoolean Members ArgumentNullException FormatException String TrueString FalseString |
| ||||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme