Share via


ToString Method (Boolean)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts a Boolean value to a String.

Namespace:  Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
Public Shared Function ToString ( _
    Value As Boolean _
) As String
public static string ToString(
    bool Value
)
public:
static String^ ToString(
    bool Value
)
static member ToString : 
        Value:bool -> string 
public static function ToString(
    Value : boolean
) : String

Parameters

Return Value

Type: System. . :: . .String
The String representation of the Boolean value.

.NET Framework Security

See Also

Reference

Conversions Class

ToString Overload

Microsoft.VisualBasic.CompilerServices Namespace