'宣言 Public Function ToInt( _ ByVal o As System.Object _ ) As System.Integer
'使用法 Dim instance As ScriptEngine Dim o As System.Object Dim value As System.Integer value = instance.ToInt(o)
public System.int ToInt( System.object o )
パラメータ
- o
'宣言 Public Function ToInt( _ ByVal o As System.Object _ ) As System.Integer
'使用法 Dim instance As ScriptEngine Dim o As System.Object Dim value As System.Integer value = instance.ToInt(o)
public System.int ToInt( System.object o )