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

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

パラメータ

v
Value to test.

戻り値の型

Returns true if v is value is null, System.DBNull or empty array.
参照

Utils クラス
Utils メンバ