Remove all non-ASCII characters from string

后端 未结 7 1135
野的像风
野的像风 2020-12-05 06:28

I have a C# routine that imports data from a CSV file, matches it against a database and then rewrites it to a file. The source file seems to have a few non-ASCII characters

相关标签:
7条回答
  • 2020-12-05 07:10

    It sounds kind of strange that it's accepted to drop the non-ASCII.

    Also I always recommend the excellent FileHelpers library for parsing CSV-files.

    0 讨论(0)
提交回复
热议问题