Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タブストップで文字列を分割したい。での使用に相当する正しいchar []は何ですか
Split.(char[] x, int i)
正しいコードは次のようになります。
var output = input.Split('\t');
これにより、文字列がタブ文字で区切られた 's のinput配列に分割されます。string
input
string
参考文献:
上記の ControlChars.Tabを使用できます