次の方法で共有


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 値の文字列形式を定義します。

適用対象

こちらもご覧ください