如果使用此幫助類需要引用
microsoft.international.converters.pinyinconverter;
npinyin;
可以在提取碼:5yw0
1.編碼格式為gb2312
///2.漢字轉全拼///lou 2023年5月27日10:17:48 encoding編碼
/// private
static
readonly encoding gb2312 = encoding.getencoding("
gb2312
");
///view code///lou 2023年5月27日10:25:00 漢字轉全拼
/// ///
漢字 ///
public
static
string converttoallspell(string strchinese, idictionary pinyindic = null
)
}return
fullspell.tostring().tolower();}}
catch
(exception e)
return
string
.empty;
}
3.漢字轉首字母
///view code///lou 2023年5月27日10:19:57 漢字轉首字母
/// ///
漢字 ///
public
static
string getfirstspell(string
strchinese)
return
fullspell.tostring().toupper();}}
catch
(exception e)
return
string
.empty;
}
4.獲取字元拼音
///view code///lou 2023年5月27日10:20:22 獲取字元拼音
/// ///
字元 ///
private
static
string getspell(char
chr)}}
return
coverchr;
}
C 公共幫助類 Image幫助類
大家知道,開發專案除了資料訪問層很重要外,就是common了,這裡就提供了強大且實用的工具。c 公共幫助類 convert幫助類 image類 using system using system.collections.generic using system.text using system.i...
C 安全幫助類
安全類 public class safecommon bin b blike b s script b s img b bexec b union.select update.set insert s into.values select delete from create alter drop...
C 爬蟲幫助類
最近剛好在做乙個爬蟲專案,借鑑了網上的資料,如下 http操作類 public class spiderhelper catch webexception ex return reader 獲取 cookie public string gethtml string url,out string c...