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¶
| Name | Summary |
|---|---|
| .ctor |
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. |
| 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. |