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 性質定義了在格式化與解析操作中,值 trueBoolean 的字串表示方式。