Click or drag to resize

CollectionExtensionsToDelimitedString Method

Overload List
  Name Description
Public Extension Method ToDelimitedStringTSource(IEnumerableTSource) Converts an enumeration to a string, using the default delimiter ("|") that can later be converted back to a list using LoadDelimitedString.
Public Extension Method ToDelimitedStringTSource(IEnumerableTSource, Char) Converts an enumeration to a string that can later be converted back to a list using LoadDelimitedString.
Public Extension Method ToDelimitedStringTSource(IEnumerableTSource, String) Converts an enumeration to a string that can later be converted back to a list using LoadDelimitedString.
Top
See Also