//////
定義拼音區編碼陣列
///
private
static
int pyvalue
=newint
;///
///定義陣列
///
private
static
string
pyname
=new
string
;///
///漢字轉換
///
///
///
public
static
string
convert(
string
hzstring)
//////
把漢字轉換成拼音(全拼)
///
///漢字字串
///轉換後的拼音(全拼)字串
public
static
string
convert(
string
hzstring,
intmaxlength)",
"").replace("^
", "").replace("&
", "_
").replace("=
", "").replace("~
", "_
").replace("@
", "_
").replace("¥
", "");
if(hzstring.length
>
maxlength)
regex regex
=new
regex(
@"([a-za-z0-9\._]+)
", regexoptions.ignorecase);
if(regex.ismatch(hzstring))}//
匹配中文字元
regex
=new
regex(
"^[\u4e00-\u9fa5]$");
byte
array
=new
byte[2
];string
pystring =""
;int
chrasc =0
;int
i1 =0;
inti2 =0
;char
nowchar
=hzstring.tochararray();
for(
intj =0
; j
<
nowchar.length; j++)
else}}
}}//非中文本元
else
}return
pystring;
}
漢字轉拼音的類C
漢字轉拼音的類 c 將漢字轉換成為拼音 public class chs2py private static string pystr new string public chs2py public static string convert string chrstr else return re...
漢字轉拼音的類
今天有了個關於漢字相關的想法,會用到拼音,所以就上網搜尋了一下如何將漢字自動轉換為拼音,沒想到還真有,呵呵。把 貼上到這裡吧,大家一起學習。using system using system.collections.generic using system.text using system.tex...
C 通用類庫 漢字轉拼音
乙個c 資源分享平台,專業分享學習高質量 每週期布置學習任務,激發學習c 興趣!qq群 128874886 用法 ecanconverttoch myconvert new ecanconverttoch textbox2.text myconvert.convertch textbox1.text...