C 通用類庫 漢字轉拼音

2021-09-08 23:36:44 字數 879 閱讀 7925

乙個c#資源分享平台,專業分享學習高質量**,每週期布置學習任務,激發學習c#興趣!(qq群:128874886) 

用法:ecanconverttoch myconvert = new ecanconverttoch();  textbox2.text= myconvert.convertch(textbox1.text);

//類名:ecanconverttoch

//作用:將對應的漢字轉換為拼音

////

using

system;

using

system.collections.generic;

using

system.text;

using

system.text.regularexpressions;

namespace

ecan;//

定義拼音陣列

private

static

string

getname 

=new

string

;//建立乙個convertch方法用於將漢字轉換成全拼的拼音,其中,引數代表漢字字串,此方法的返回值是轉換後的拼音字串

//////

漢字轉換成全拼的拼音

///

///漢字字串

///轉換後的拼音字串

public

string

convertch(

string

chstr)

else

}break;}

}}else

//如果不是漢字

}return

pystr;

//返回獲取到的漢字拼音}}

}

漢字轉拼音類

using system using system.collections.generic using system.linq using system.web using system.text using system.text.regularexpressions 定義陣列 private s...

漢字轉拼音類

漢字轉拼音類 輸入的漢字字串統一先轉換為gbk,然後進行拼音轉換,英文和標點符號原樣輸出。utf 8 gbk pinyin utf 8 注 多音字無法識別,轉換漢字為一級漢字3千多個,生僻字不行,字串中個別特殊符號的存在可能造成轉換輸出不正確 class cntopinyin 返回首字母 priva...

漢字轉拼音的類C

漢字轉拼音的類 c 將漢字轉換成為拼音 public class chs2py private static string pystr new string public chs2py public static string convert string chrstr else return re...