Used by PropertyFormatter for converting between standard numeric types and strings.

Namespace: Simol.Formatters
Assembly: 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.

Inheritance Hierarchy

System..::..Object
  Simol.Formatters..::..NumberFormatter

See Also