StringExtensionsSplit Method

Overload List

Split(String, String, StringSplitOptions) Splits a string into substrings that are based on the specified string.

You can specify whether the substrings include empty array elements.

Split(String, String, Int32, StringSplitOptions) Splits a string into a maximum number of substrings based on the specified string.

You can specify whether the substrings include empty array elements.

See Also