EAPUtilIsNullOrBlank Method |
| 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).
|