Boolean.FalseString 欄位
定義
將布林值 false
表示為字串。Represents the Boolean value false
as a string. 此欄位為唯讀。This field is read-only.
public: static initonly System::String ^ FalseString;
public static readonly string FalseString;
staticval mutable FalseString : string
Public Shared ReadOnly FalseString As String
欄位值
備註
此欄位等於字串 "False"。This field is equal to the string "False".
FalseString 屬性會在格式化和剖析作業中,定義 False
Boolean 值的字串表示。The FalseString property defines the string representation of a False
Boolean value in formatting and parsing operations.