FlexReport for WinForms
IsNumber メソッド (Utils)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils クラス : IsNumber メソッド
Object to check.
Checks whether object represents numeric value, i.e. it is byte, integer, float etc.
シンタックス
'宣言
 
Public Shared Function IsNumber( _
   ByVal obj As System.Object _
) As System.Boolean
'使用法
 
Dim obj As System.Object
Dim value As System.Boolean
 
value = Utils.IsNumber(obj)
public static System.bool IsNumber( 
   System.object obj
)

パラメータ

obj
Object to check.

戻り値の型

true if object represents numeric value, false otherwise.
参照

参照

Utils クラス
Utils メンバ