I would like to check, in C#, if a char contains a non-ASCII character. What is the best way to check for special characters such as 志
or Ω
?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
ASCII ranges from 0 - 127, so just check for that range: