TextValueInputControllerIStringValidatorValidate Method |
Validates if the user input in txt is valid user input.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string? Validate(
string txt
)
Parameters
- txt String
- The text entered by the user.
Return Value
StringNull if this input is valid, error message else.
See Also