比如要查字符“a”的值,则可用如下代码

int asc = (int)'a';
MessageBox.Show(asc.ToString());

相关文章:

  • 2021-12-07
  • 2021-07-26
  • 2021-06-14
  • 2022-01-18
  • 2021-09-24
  • 2021-12-25
  • 2021-05-27
  • 2021-10-06
猜你喜欢
  • 2021-07-27
  • 2021-12-30
  • 2021-07-05
  • 2021-07-09
  • 2021-09-21
  • 2022-01-08
  • 2021-08-19
相关资源
相似解决方案