Method DecompressList
DecompressList(string)
Распаковывает сжатый список с использованием ListDelimiter'а в качестве разделителя элементов
Declaration
public static IEnumerable<string> DecompressList(string _compressedList)
Parameters
| Type | Name | Description |
|---|---|---|
| string | _compressedList |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> |