Boolean.TrueString Pole

Definice

Představuje logickou hodnotu true jako řetězec. Toto pole je jen ke čtení.

public: static initonly System::String ^ TrueString;
public static readonly string TrueString;
 staticval mutable TrueString : string
Public Shared ReadOnly TrueString As String 

Hodnota pole

Poznámky

Toto pole se rovná řetězci "True".

Vlastnost TrueString definuje řetězcovou trueBoolean reprezentaci hodnoty v operacích formátování a analýzy.

Platí pro

Viz také