Skip to content

M_CommandLine_Infrastructure_StringExtensions_ToBoolean

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

StringExtensions.ToBoolean Method

Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static bool ToBoolean(
	this string value
)

VB

<ExtensionAttribute>
Public Shared Function ToBoolean ( 
	value As String
) As Boolean

C++

public:
[ExtensionAttribute]
static bool ToBoolean(
	String^ value
)

F#

[<ExtensionAttribute>]
static member ToBoolean : 
        value : string -> bool 

Parameters

 

value
Type: System.String

Return Value

Type: Boolean

Usage Note

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).

See Also

Reference

StringExtensions Class
CommandLine.Infrastructure Namespace

Clone this wiki locally