PinYinHelper.GetPinYinChar Method

HD.Common

PinYinHelperGetPinYinChar Method Helper帮助文档
获取字符的拼音,没有音标

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetPinYinChar(
	char ch
)
Public Shared Function GetPinYinChar ( 
	ch As Char
) As String
public:
static String^ GetPinYinChar(
	wchar_t ch
)
static member GetPinYinChar : 
        ch : char -> string 

Parameters

ch
Type: SystemChar
传入的字符

Return Value

Type: String
返回的字符的拼音
See Also

Reference