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