Click or drag to resize
AkPinyinGetFull Method
获取拼音全拼。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetFull(
	string chinese
)

Parameters

chinese
Type: SystemString
中文字符串。

Return Value

Type: String
拼音全拼字母组成的字符串。
See Also