[]
Returns a value indicating whether a value is null or System.DBNull.
public static bool IsNull(object v)
Public Shared Function IsNull(v As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | v | Value to test. |
| Type | Description |
|---|---|
| bool | Returns true if |