INumberParser interface¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.INumberParser
Modifiers: public abstract
Summary¶
An interface that parses a string representation of a numeric value.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| ParseDouble | Attempts to parse a string representation of a Double numeric value. |
| ParseInt | Attempts to parse a string representation of an Int32 numeric value. |
| ParseUInt | Attempts to parse a string representation of an UInt32 numeric value. |