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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected bool IsSafeValue(
	string value
)

Parameters

value
Type: SystemString
Value

Return Value

Type: Boolean
See Also