Share via


TrueString Field

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

Represents the Boolean value true as a string. This field is read-only.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Shared ReadOnly TrueString As String
public static readonly string TrueString
public:
static initonly String^ TrueString
static val TrueString: string
public static final var TrueString : String

Remarks

This field is equal to the string "True".

.NET Framework Security

See Also

Reference

Boolean Structure

System Namespace