ValidatorHelper.IsNormalChar Method

HD.Common

ValidatorHelperIsNormalChar 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 IsNormalChar(
	string source
)
Public Shared Function IsNormalChar ( 
	source As String
) As Boolean
public:
static bool IsNormalChar(
	String^ source
)
static member IsNormalChar : 
        source : string -> bool 

Parameters

source
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference