Click or drag to resize

EAPUtilIsNullOrBlank Method

Overload List
  NameDescription
Public methodStatic memberIsNullOrBlank(Object)
Determines if an object is null or a blank (empty) string. A DBNull object is considered null. Note that this function is identical to IsNullObjectOrEmptyString(Object).
Public methodStatic memberIsNullOrBlank(String)
Determines if a string is null or blank (empty).
Top
See Also