Click or drag to resize

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)
Syntax
C#
public static bool IsWhitespace(
	string s
)

Parameters

s
Type: SystemString
The string to check.

Return Value

Type: Boolean
True if the string is non-null, has contents, and contains only whitespace.
See Also