nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / GB2312

GB2312

Full name Microsoft.VisualBasic.Text.GB2312 Assembly Microsoft.VisualBasic.Runtime Members 17

A helper module for processing of the chinese characters

00 Remarks

汉字拼音转换类

01 Syntax

Microsoft.VisualBasic.Text.GB2312

02 Methods

NameOverloadsSummary
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

NameOverloadsSummary
otherChinese 1 二级汉字数组
otherPinYin 1 二级汉字对应拼音数组
a 1 啊
pyValue 1
pyName 1

04 Fields

NameOverloadsSummary
firstChCode 2 GB2312-80标准规范中第一个汉字的机内码.即啊的机内码
lastChCode 2 GB2312-80标准规范中最后一个汉字的机内码.即齄的机内码
lastOfOneLevelChCode 1 GB2312-80标准规范中最后一个一级汉字的机内码.即座的机内码

05 Members

method GetFirst #
GetFirst(Char)

取拼音第一个字段

Parameters
NameTypeDescription
chChar

-

method GetFirst overload 2 #
GetFirst(String)

取拼音第一个字段

Parameters
NameTypeDescription
strString

-

method PinYin #
PinYin(Char, Boolean)

获取单字拼音

Parameters
NameTypeDescription
chChar

-

method TranscriptPinYin #
TranscriptPinYin(String, String)

把汉字转换成拼音(全拼)

Parameters
NameTypeDescription
strString

汉字字符串

Returns

转换后的拼音(全拼)字符串

method IsChineseCharacter #
IsChineseCharacter(Char)

Check of the given character is a chinese character or not?

Parameters
NameTypeDescription
characterChar

-

property otherChinese #
otherChinese

二级汉字数组

property otherPinYin #
otherPinYin

二级汉字对应拼音数组

property a #
a

啊

field firstChCode #
firstChCode

GB2312-80标准规范中第一个汉字的机内码.即啊的机内码

field lastChCode #
lastChCode

GB2312-80标准规范中最后一个汉字的机内码.即齄的机内码

field lastOfOneLevelChCode #
lastOfOneLevelChCode

GB2312-80标准规范中最后一个一级汉字的机内码.即座的机内码

field firstChCode overload 2 #
firstChCode
field lastChCode overload 2 #
lastChCode
property pyValue #
pyValue
property pyName #
pyName
method GetZhFlags #
GetZhFlags(String)
method SplitZhChars #
SplitZhChars(String)