次の方法で共有


Boolean.TrueString フィールド

ブール値の true を文字列として表します。このフィールドは読み取り専用です。

Public Shared ReadOnly TrueString As String
[C#]
public static readonly string TrueString;
[C++]
public: static String* TrueString;
[JScript]
public static var TrueString : String;

解説

このフィールドは、文字列 "True" と等価です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Boolean 構造体 | Boolean メンバ | System 名前空間 | String | FalseString