'宣言 Public Shared Function IsEmpty( _ ByVal v As System.Object _ ) As System.Boolean
'使用法 Dim v As System.Object Dim value As System.Boolean value = Utils.IsEmpty(v)
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.