Document Library for WinForms
IsNumber メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.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
public static System.bool IsNumber( 
   System.object obj
)

パラメータ

obj
Object to check.

戻り値の型

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

Utils クラス
Utils メンバ