ValidatorHelper.IsHanyuAll Method

HD.Common

ValidatorHelperIsHanyuAll 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 IsHanyuAll(
	string str
)
Public Shared Function IsHanyuAll ( 
	str As String
) As Boolean
public:
static bool IsHanyuAll(
	String^ str
)
static member IsHanyuAll : 
        str : string -> bool 

Parameters

str
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference