[]
        
(Showing Draft Content)

C1.Document.Utils.IsEmpty

IsEmpty Method

IsEmpty(object)

Returns a value indicating whether a value is null, System.DBNull or empty array.

Declaration
public static bool IsEmpty(object v)
Parameters
Type Name Description
object v

Value to test.

Returns
Type Description
bool

Returns true if v is value is null, System.DBNull or empty array.