INumberFormatter interface¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.INumberFormatter
Modifiers: public abstract
Summary¶
An interface that returns a string representation of a provided value, using distinct format methods to format several data types.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| FormatDouble | Returns a string representation of a Double value. |
| FormatInt | Returns a string representation of an Int32 value. |
| FormatUInt | Returns a string representation of a UInt32 value. |