EAPUtilIsNullOrBlank Method (String) |
Determines if a string is null or blank (empty).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsNullOrBlank(
string s
)
Public Shared Function IsNullOrBlank (
s As String
) As Boolean
Parameters
- s
- Type: SystemString
The string in question.
Return Value
Type:
BooleanTrue if the string object is null or the string is blank (empty).
See Also