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

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : IsNull メソッド
Value to test.
Returns a value indicating whether a value is null or System.DBNull.
シンタックス
'宣言
 
Public Shared Function IsNull( _
   ByVal v As System.Object _
) As System.Boolean
public static System.bool IsNull( 
   System.object v
)

パラメータ

v
Value to test.

戻り値の型

Returns true if v is null or System.DBNull, false otherwise.
参照

Utils クラス
Utils メンバ