Table of Contents

Method ReportErrorBadNumber

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ReportErrorBadNumber(Action<string>?)

Reports an error if DataType is a number type and TextAsNumber is null.

public virtual bool ReportErrorBadNumber(Action<string>? errorEnumerator = null)

Parameters

errorEnumerator Action<string>

Returns

bool

true if validation error was reported; false if validation is ok and error was not reported.

Remarks