Click or drag to resize

IntegerValueInputControllerIIntegerValidatorValidate Method

Validates if the user input number i 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(
	int i
)

Parameters

i  Int32
The number entered by the user.

Return Value

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