String.Split Method

Identifies the substrings in the current String object that are delimited by one or more characters specified in an array, and then places the substrings in a String array.

Overload List

Name Description
String.Split (Char[]) Identifies the substrings in the current String object that are delimited by one or more characters specified in an array, and then places the substrings in a String array.
String.Split (Char[], Int32) Identifies the substrings in the current String object that are delimited by one or more characters specified in an array, and then places the substrings in a String array.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

String Class
String Members
System Namespace