다음을 통해 공유


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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

String Class
String Members
System Namespace