| EAPUtilIsNullOrBlank Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | IsNullOrBlank(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).
             | 
|   | IsNullOrBlank(String) | 
            Determines if a string is null or blank (empty).
             | 
 See Also
See Also