共用方式為


SR.GetBoolean 方法

定義

傳回布林值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

多載

GetBoolean(String)

傳回指定之 String 的名稱。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

GetBoolean(CultureInfo, String)

傳回指定之 String 的名稱,指定的文化特性會進行格式化。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

GetBoolean(String)

傳回指定之 String 的名稱。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 & Sites

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 中所包含的文化特性加以格式化。

另請參閱

適用於