Conversions.ToInteger 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的物件轉換成整數值。
多載
ToInteger(Object) |
將物件轉換成整數值。 |
ToInteger(String) |
將字串轉換成整數值。 |
ToInteger(Object)
將物件轉換成整數值。
public:
static int ToInteger(System::Object ^ Value);
public static int ToInteger (object Value);
public static int ToInteger (object? Value);
static member ToInteger : obj -> int
Public Shared Function ToInteger (Value As Object) As Integer
參數
- Value
- Object
要轉換的物件。
傳回
物件的 int
值。
適用於
ToInteger(String)
將字串轉換成整數值。
public:
static int ToInteger(System::String ^ Value);
public static int ToInteger (string Value);
public static int ToInteger (string? Value);
static member ToInteger : string -> int
Public Shared Function ToInteger (Value As String) As Integer
參數
- Value
- String
要轉換的字串。
傳回
字串的 int
值。