Boolean.TrueString フィールド

定義

ブール値の 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 文字列表現を定義します。

適用対象

こちらもご覧ください