Provides extension methods for semantic string support.
Semantic wrapper around IsNullOrWhiteSpace().
| Name | Description |
|---|---|
| source: | The source string |
| Returns: Answers yes if a string is null, empty, or whitespace. |
Semantic wrapper around the inverse of IsNullOrWhiteSpace().
| Name | Description |
|---|---|
| source: | The source string |
| Returns: Answers yes if a string has any non-whitespace content. |