Click or drag to resize
SqlFormControlIsSafeValue Method
Returns true if the value is safe (matches the Regex)

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected bool IsSafeValue(
	string value
)

Parameters

value
Type: SystemString
Value

Return Value

Type: Boolean
See Also