共用方式為


SR.GetInt 方法

定義

傳回 32 位元帶正負號的整數。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

多載

GetInt(CultureInfo, String)

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

GetInt(String)

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

GetInt(CultureInfo, String)

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

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

參數

culture
CultureInfo

CultureInfo,其中包含用來格式化傳回值的相關文化特性資訊。

name
String

要傳回之 String 的名稱。

傳回

name 參數所參考的 String 值,以由 culture 參數參考之 CultureInfo 物件中所包含的文化特性加以格式化。

另請參閱

適用於

GetInt(String)

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

public:
 static int GetInt(System::String ^ name);
public static int GetInt (string name);
static member GetInt : string -> int
Public Shared Function GetInt (name As String) As Integer

參數

name
String

要傳回之 String 的名稱。

傳回

name 參數所參考的 String 值。

另請參閱

適用於