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.
CSV ファイル (読み書き) を操作するプログラムを作成するつもりです。
値を収集し、カンマを読み書きし、ファイルを読み込んで保存します。しかし、時間を無駄にしないためにすぐに使用できる .NET ツールはありますか?
を使用String.Join()して CSV ベースの文字列をString.Split() 作成したり、CSV データから配列を作成したりすることができます。
String.Join()
String.Split()