NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Boolean.TrueString

Represents the constant that is a true string.

[Visual Basic]
Public Shared ReadOnly TrueString As String
[C#]
public static readonly string TrueString;
[C++]
public: static readonly String* TrueString;
[JScript]
public static var TrueString : String;

Remarks

The TrueString field is equal to the string representation of the Boolean class value that is true.

See Also

Boolean Structure | Boolean Members | System Namespace | String