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 (カンマ区切り値ファイル形式) 区切り記号は ; です。(セミコロン)。Windows コントロール パネルでこの構成を見つける場所は知っていますが、.NET アプリケーションでプログラム的に見つける方法がわかりません。
Thread.CurrentThread.CurrentCulture にその情報があると思いますが、その中には見つかりませんでした。
System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator
私が知っている唯一の方法です。