次の方法で共有


SR.GetBoolean メソッド

定義

Boolean 値を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

オーバーロード

GetBoolean(String)

指定された String の名前を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

GetBoolean(CultureInfo, String)

指定したカルチャに対して書式設定された、指定した String の名前を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

GetBoolean(String)

指定された String の名前を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 static bool GetBoolean(System::String ^ name);
public static bool GetBoolean (string name);
static member GetBoolean : string -> bool
Public Shared Function GetBoolean (name As String) As Boolean

パラメーター

name
String

返される String の名前です。

戻り値

name パラメーターで参照される String の値。

こちらもご覧ください

適用対象

GetBoolean(CultureInfo, String)

指定したカルチャに対して書式設定された、指定した String の名前を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 static bool GetBoolean(System::Globalization::CultureInfo ^ culture, System::String ^ name);
public static bool GetBoolean (System.Globalization.CultureInfo culture, string name);
static member GetBoolean : System.Globalization.CultureInfo * string -> bool
Public Shared Function GetBoolean (culture As CultureInfo, name As String) As Boolean

パラメーター

culture
CultureInfo

戻り値を書式設定するために使用する、関連するカルチャ情報を含んだ CultureInfo

name
String

返される String の名前です。

戻り値

name パラメーターで参照される String の値。この値は、culture パラメーターで参照される CultureInfo に含まれたカルチャ情報に対して書式設定されます。

こちらもご覧ください

適用対象