.首先下载Visual Studio International Pack 1.0,地址是
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=44cac7f0-633b-477d-aed2-99aee642fc10
2.下载解压,安装CHSPinYinConv.msi
3.参考C:/PRogram Files/Microsoft Visual Studio International Pack/Simplified Chinese Pin-Yin Conversion Library/ChnCharInfo.dll
4.using Microsoft.International.Converters.PinYinConverter;
5.下面列举一些常用方法
5.1取得一个汉字的笔画,例如ChineseChar.GetStrokeNumber('洪'),返回9
5.2判断两个汉字是否发音相同,例如ChineseChar.IsHomophone('洪', '红'),返回true
5.3判断一个字符是否是汉字,例如ChineseChar.IsValidChar('A'),返回false
5.4取得某个拼音的汉字列表,例如char[] cnChars = ChineseChar.GetHomophoneCount("HONG1"),代表HONG第一声.
5.5判断一个拼音是否正确,例如ChineseChar.IsValidPinyin("HONG"),返回false
新闻热点
疑难解答