FlexReport for WinForms
GetInt(Object,Int32) メソッド


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > Util クラス > GetInt メソッド : GetInt(Object,Int32) メソッド
変換するオブジェクト。
デフォルト値。
オブジェクトを整数値に変換します。
シンタックス
'宣言
 
Public Overloads Shared Function GetInt( _
   ByVal value As System.Object, _
   ByVal defaultValue As System.Integer _
) As System.Integer
'使用法
 
Dim value As System.Object
Dim defaultValue As System.Integer
Dim value As System.Integer
 
value = Util.GetInt(value, defaultValue)
public static System.int GetInt( 
   System.object value,
   System.int defaultValue
)

パラメータ

value
変換するオブジェクト。
defaultValue
デフォルト値。

戻り値の型

変換後の値。オブジェクトを変換できなかった場合は、defaultValue
参照

Util クラス
Util メンバ
オーバーロード一覧