StringExtensionsSplit Method |
Name | Description | |
---|---|---|
Split(String, StringSplitOptions, Char) |
Split a string on the specified single character separator according to the specified options.
| |
Split(String, StringSplitOptions, String) |
Split a string on any of characters in the separator string according to the specified options.
|