获取字符串中的汉字拼音首字母

http://blog.csdn.net/iwebsms/archive/2004/09/28/119851.aspx修改)

 

  1取汉字字串的首字母public class CLetter
  2}

 

使用:

CLetter pLetter = new CLetter(“测试”);
MessageBox.Show(pLetter.FirtLetters);

相关文章:

  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-11-09
  • 2021-09-10
  • 2021-08-22
  • 2021-06-21
  • 2022-12-23
相关资源
相似解决方案