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