ValidatorHelper.IsHanyu Method

HD.Common

ValidatorHelperIsHanyu Method Helper帮助文档
验证是否包含汉语

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

public static bool IsHanyu(
	string str
)
Public Shared Function IsHanyu ( 
	str As String
) As Boolean
public:
static bool IsHanyu(
	String^ str
)
static member IsHanyu : 
        str : string -> bool 

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:HD.Common.ValidatorHelper.IsHanyu(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.IsHanyu(System.String)"]

See Also

Reference