2010-10-21 27 views

回答

13

A string[]根據the docs。但是我認爲你應該學會如何親自操作google that,在visual studio中看到它(將它寫入並將鼠標懸停在函數上(Split))或者在reflector中確定它。

+2

或看在MSDN – Andrey 2010-10-21 20:21:19

3

MSDN可以成爲你的朋友。

public static string[] Split(
    string input, 
    string pattern 
)