Click or drag to resize

TextValueInputControllerIStringValidatorValidate Method

Validates if the user input in txt is valid user input.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string? Validate(
	string txt
)

Parameters

txt  String
The text entered by the user.

Return Value

String
Null if this input is valid, error message else.
See Also