Click or drag to resize

ProjectFoldersFolderIsNewValidatorValidate Method

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

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override 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.

Implements

TextValueInputControllerIStringValidatorValidate(String)
See Also