Methods
Name | Description | |
---|---|---|
ToTokenString TSource (IEnumerable TSource ) |
Joins a list of strings into a single, comma-separated string.
| |
ToTokenString TSource (IEnumerable TSource , String) |
Joins a list of strings into a single string with a custom separator.
| |
ToTrimmedTokenString TSource (IEnumerable TSource ) |
Joins a list of strings into a single, comma-separated string, normalizing whitespace in the process.
| |
ToTrimmedTokenString TSource (IEnumerable TSource , String) |
Joins a list of strings into a single string with a custom separator, normalizing whitespace in the process.
|
See Also