Used by PropertyFormatter for converting between standard numeric types
and strings.
Namespace: Simol.FormattersAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public class NumberFormatter : ITypeFormatter |
| Visual Basic |
|---|
Public Class NumberFormatter _ Implements ITypeFormatter |
| Visual C++ |
|---|
public ref class NumberFormatter : ITypeFormatter |
Remarks
This formatter is used internally by Simol when the NumberFormatAttribute
is applied to an item property. It may be used directly by applications building
dynamic ItemMappings.