2012年7月20日

汉字转换成全拼的拼音

摘要: /// <summary> /// 汉字转换成全拼的拼音/// </summary> /// <param name="Chstr">汉字字符串</param> /// <returns>转换后的拼音字符串</returns> public static string Pinyin(string Chstr) { //定义拼音区编码数组 int[] getValue = new int[] { -20319,-20317,-20304,-20295,-20292,-20283,-20265,-20257 阅读全文

posted @ 2012-07-20 16:44 kydcbt 阅读(896) 评论(0) 推荐(1) 编辑

导航