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

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : TryAsNumber メソッド
Value to check.
Double value.
Checks whether object represents numeric value, i.e. it is byte, integer, float etc and converts it to double. Returns false if object is not number.
シンタックス
'宣言
 
Public Shared Function TryAsNumber( _
   ByVal obj As System.Object, _
   ByRef v As System.Double _
) As System.Boolean
public static System.bool TryAsNumber( 
   System.object obj,
   out System.double v
)

パラメータ

obj
Value to check.
v
Double value.

戻り値の型

Returns true if obj contains numeric value.
参照

Utils クラス
Utils メンバ