バージョン

ToInt メソッド (Converter)

文字列を番号に変換します。
シンタックス
'宣言
 
Public Shared Function ToInt( _
   ByVal s As System.String _
) As System.Integer
public static System.int ToInt( 
   System.string s
)

パラメータ

s
変換する文字列。

戻り値の型

文字列の番号値。
参照

オンラインで表示: GitHub