Skip to content

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

NameSummary
FormatDoubleReturns a string representation of a Double value.
FormatIntReturns a string representation of an Int32 value.
FormatUIntReturns a string representation of a UInt32 value.