Collection
|
Name | Description | |
---|---|---|
ToDelimitedStringTSource(IEnumerableTSource) | Converts an enumeration to a string, using the default delimiter ("|") that can later be converted back to a list using LoadDelimitedString. | |
ToDelimitedStringTSource(IEnumerableTSource, Char) | Converts an enumeration to a string that can later be converted back to a list using LoadDelimitedString. | |
ToDelimitedStringTSource(IEnumerableTSource, String) | Converts an enumeration to a string that can later be converted back to a list using LoadDelimitedString. |