Methods
| Name | Description | |
|---|---|---|
| Combine(IEnumerable) |
Combine the string values of the enumerable into an escaped string
| |
| Combine(IEnumerable, Char) |
Combine the string values of the enumerable into an escaped string
| |
| Seperate(String) |
Takes an escaped string and splits it into an IEnumerable of seperate strings
| |
| Seperate(String, Char) |
Takes an escaped string and splits it into an IEnumerable of seperate strings
|