| 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: 13.0.131
 Syntax
Syntaxprotected bool IsSafeValue(
	string value
)
Parameters
- value
- Type: SystemString
 Value
Return Value
Type: 
Boolean See Also
See Also