FlexReport for WPF
IsNull メソッド (Utils)


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

パラメータ

v
テストする値。

戻り値の型

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

Utils クラス
Utils メンバ