StringHelperIsWhitespace Method
|
Returns a boolean representing whether s contains only whitespace.
Namespace:
Bootstrap.A11y.Helpers
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool IsWhitespace(
string s
)
Parameters
- s
- Type: SystemString
The string to check.
Return Value
Type:
BooleanTrue if the string is non-null, has contents, and contains only whitespace.
See Also