StringExtensionsSplitTo Method

Overload List

SplitToT(String, Char) Returns an enumerable collection of the specified type containing the substrings in this instance that are delimited by elements of a specified Char array
SplitToT(String, StringSplitOptions, Char) Returns an enumerable collection of the specified type containing the substrings in this instance that are delimited by elements of a specified Char array

See Also