Module DataTypes/Types/IDataTypeFormatter

Provides conversion between a native type and its formatted and localized string representation. Each is associated with a lookup key. For example, the Date object has several of these implementations. LookupKey="Date" provides a localized short date pattern through DateFormatter. LookupKey="AbbrevDate" provides the same but in abbreviated date pattern through AbbrevDateFormatter. Create implementations for each dataTypeLookupKey that needs localized formatting. If you need access to ValidationServices, such as for text localization, implement IServicesAccessor on your class. Register your implementation with ValidationServices.dataTypeFormatterService.

Index

Interfaces

Generated using TypeDoc v0.25.12