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. |
Serializes a sequence of items into a CSV.
| Name | Description |
|---|---|
| source | The source sequence to serialize. |
| Returns: A sequence of strings, where each item is a row in the CSV. |
Uses deferred execution.