PageValidate.isContainSpecChar Method

HD.Common

PageValidateisContainSpecChar 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 isContainSpecChar(
	string strInput
)
Public Shared Function isContainSpecChar ( 
	strInput As String
) As Boolean
public:
static bool isContainSpecChar(
	String^ strInput
)
static member isContainSpecChar : 
        strInput : string -> bool 

Parameters

strInput
Type: SystemString

[Missing <param name="strInput"/> documentation for "M:HD.Common.PageValidate.isContainSpecChar(System.String)"]

Return Value

Type: Boolean

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

See Also

Reference