Returns a value indicating whether a value is null, System.DBNull or empty array.
'Declaration
Public Shared Function IsEmpty( _
ByVal As Object _
) As Boolean
Parameters
- v
- Value to test.
Return Value
Returns true if is value is null, System.DBNull or empty array.