共用方式為


CommandLineStringSplitter.Split(String) 方法

定義

根據空格符和引號,將字串分割成字串序列。

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ Split(System::String ^ commandLine);
public System.Collections.Generic.IEnumerable<string> Split (string commandLine);
member this.Split : string -> seq<string>
Public Iterator Function Split (commandLine As String) As IEnumerable(Of String)

參數

commandLine
String

命令行輸入字串。

傳回

字串序列。

適用於