Document Library for UWP
IsNull メソッド

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 > Utils クラス : IsNull メソッド
テストする値。
値が null または System.DBNull かどうかを示す値を返します。
シンタックス
'宣言
 
Public Shared Function IsNull( _
   ByVal v As System.Object _
) As System.Boolean
public static System.bool IsNull( 
   System.object v
)

パラメータ

v
テストする値。

戻り値の型

vが null または System.DBNull の場合は true、そうでない場合は false を返します。
参照

Utils クラス
Utils メンバ