Boolean.TrueString 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示布爾值 true
為字串。 此欄位是唯讀的。
public: static initonly System::String ^ TrueString;
public static readonly string TrueString;
staticval mutable TrueString : string
Public Shared ReadOnly TrueString As String
欄位值
備註
此欄位等於字串 "True"
。
TrueString 屬性會定義格式化和剖析作業中 true
Boolean 值的字串表示。