DecimalFilter

Implements an decimal input filter.

class DecimalFilter : InputFilter (
bool AllowNegative = true
) {}

Constructors

this
this(Text target)

Creates an instance of this kind of filter

Members

Functions

use
void use(dstring input)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From InputFilter

target
Text target;

The targeted text.

use
void use(dstring input)

Uses this input filter on the provided text.

Meta