Skip to content

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

NameSummary
ParseDoubleAttempts to parse a string representation of a Double numeric value.
ParseIntAttempts to parse a string representation of an Int32 numeric value.
ParseUIntAttempts to parse a string representation of an UInt32 numeric value.