System Namespace Convert Class
Converts the specified String representation of a logical value to its Boolean equivalent using the specified culture-specific formatting information.
[ VB ] Overloads Public Shared Function ToBoolean ( _ ByVal value As String, _ ByVal provider As IFormatProvider _ ) As Boolean [ C# ] public static bool ToBoolean ( string value, IFormatProvider provider ); [ C++ ] public: static bool ToBoolean ( String* value, IFormatProvider* provider ); [ JScript ] public static function ToBoolean ( value : String, provider : IFormatProvider ) : Boolean;
true if value equals TrueString, or false if value equals FalseString.
provider is ignored; it does not participate in this operation.
Convert Members Convert.ToBoolean Overload List String
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note