| Parameter | Description |
|---|---|
| search | Character used to split. |
IList<Format> The list of Format segments produced by splitting on the character.
Splits the Format items by the given search character.
| Parameter | Description |
|---|---|
| search | Character used to split. |
| maxCount | Maximum number of segments to return. |
IList<Format> The list of Format segments produced by splitting on the character.
Splits the Format items by the given search character.