Skip to content

ValidateNumberFormatter class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.ValidateNumberFormatter Modifiers: public

Summary

Base nubmer formatter that uses default format specifier and CultureInfo that represents the culture used by the current thread.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class ValidateNumberFormatter
class INumberFormatter {
    <>
}
INumberFormatter <|.. ValidateNumberFormatter
class INumberParser {
    <>
}
INumberParser <|.. ValidateNumberFormatter

Implements: INumberFormatter, INumberParser

Constructors

NameSummary
.ctor

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.
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.
Inherited members