ValidatorHelper.checkUserId Method

HD.Common

ValidatorHelpercheckUserId Method Helper帮助文档
验证用户名:必须以字母开头,可以包含字母、数字、“_”、“.”,至少5个字符

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

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

Parameters

str
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference