SqlFormControlIsSafeValue Method |
Returns true if the value is safe (matches the Regex)
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax protected bool IsSafeValue(
string value
)
Parameters
- value
- Type: SystemString
Value
Return Value
Type:
BooleanSee Also