A helper module for processing of the chinese characters
GB2312
00 Remarks
汉字拼音转换类
01 Syntax
Microsoft.VisualBasic.Text.GB2312
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetFirst | 2 | 取拼音第一个字段 |
| PinYin | 1 | 获取单字拼音 |
| TranscriptPinYin | 1 | 把汉字转换成拼音(全拼) |
| IsChineseCharacter | 1 | Check of the given character is a chinese character or not? |
| GetZhFlags | 1 | |
| SplitZhChars | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| otherChinese | 1 | 二级汉字数组 |
| otherPinYin | 1 | 二级汉字对应拼音数组 |
| a | 1 | 啊 |
| pyValue | 1 | |
| pyName | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| firstChCode | 2 | GB2312-80标准规范中第一个汉字的机内码.即啊的机内码 |
| lastChCode | 2 | GB2312-80标准规范中最后一个汉字的机内码.即齄的机内码 |
| lastOfOneLevelChCode | 1 | GB2312-80标准规范中最后一个一级汉字的机内码.即座的机内码 |
05 Members
GetFirst(
Char)取拼音第一个字段
Parameters
| Name | Type | Description |
|---|---|---|
ch | Char | - |
GetFirst(
String)取拼音第一个字段
Parameters
| Name | Type | Description |
|---|---|---|
str | String | - |
PinYin(
Char, Boolean)获取单字拼音
Parameters
| Name | Type | Description |
|---|---|---|
ch | Char | - |
TranscriptPinYin(
String, String)把汉字转换成拼音(全拼)
Parameters
| Name | Type | Description |
|---|---|---|
str | String | 汉字字符串 |
Returns
转换后的拼音(全拼)字符串
IsChineseCharacter(
Char)Check of the given character is a chinese character or not?
Parameters
| Name | Type | Description |
|---|---|---|
character | Char | - |
otherChinese
二级汉字数组
otherPinYin
二级汉字对应拼音数组
a
啊
firstChCode
GB2312-80标准规范中第一个汉字的机内码.即啊的机内码
lastChCode
GB2312-80标准规范中最后一个汉字的机内码.即齄的机内码
lastOfOneLevelChCode
GB2312-80标准规范中最后一个一级汉字的机内码.即座的机内码
firstChCode
lastChCode
pyValue
pyName
GetZhFlags(
String)SplitZhChars(
String)