Click or drag to resize
ValidateHelperIsNormal Method
验证是不是否为常规字符 字母,数字,下划线的组合

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static bool IsNormal(
	string source
)

Parameters

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:Adf.ValidateHelper.IsNormal(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.ValidateHelper.IsNormal(System.String)"]

See Also