M_CommandLine_Infrastructure_StringExtensions_IsBooleanString - adutton/commandline GitHub Wiki
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static bool IsBooleanString(
this string value
)VB
<ExtensionAttribute>
Public Shared Function IsBooleanString (
value As String
) As BooleanC++
public:
[ExtensionAttribute]
static bool IsBooleanString(
String^ value
)F#
[<ExtensionAttribute>]
static member IsBooleanString :
value : string -> bool
- value
- Type: System.String
Type: Boolean
In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).