StringExtensions.ToBoolean Method
From CSharp Extensions
A Sandcastle Documented Class Library
| StringExtensionsToBoolean Method |
Converts a string to a boolean value.
Namespace: CSharpExtensions
Assembly: CSharpExtensions (in CSharpExtensions.dll) Version: 1.0.0.0 (1.0.0.0)
public static bool ToBoolean( this string input )
<ExtensionAttribute> Public Shared Function ToBoolean ( input As String ) As Boolean
public: [ExtensionAttribute] static bool ToBoolean( String^ input )
[<ExtensionAttribute>] static member ToBoolean : input : string -> bool
Parameters
- input
- Type: SystemString
String to be converted to true or false.
Return Value
Type: BooleanThe converted boolean value.