IntegerType.FromString(String) メソッド

定義

指定した文字列に対応する Integer 値を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

Value
String

必須。 Integer値に変換する文字列。

返品

Valueに対応するInteger値。

注釈

このクラスは Visual Basic コンパイラをサポートしており、コードから直接使用するためのものではありません。

適用対象