| DataObjectControllerValidateRegularExpression Method |
Validates a property value towards the regular expression defined on the property.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static bool ValidateRegularExpression(
ValueProperty property,
string value,
out string message
)
Parameters
- property
- Type: Omada.OE.ModelValueProperty
- value
- Type: SystemString
- message
- Type: SystemString
Return Value
Type:
Boolean
See Also