FlexReport for WinForms
ToInt メソッド (ScriptEngine)


C1.Report アセンブリ > C1.Report.ScriptEngine 名前空間 > ScriptEngine クラス : ToInt メソッド
Convert any object to int, simple call ToDbl (int)ToDbl(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
)

パラメータ

o
参照

参照

ScriptEngine クラス
ScriptEngine メンバ