IFormatService

$(ANCHOR _IFormatService) Retrieves an object to control formatting.

A class implements getFormat to retrieve an object that provides format information for the implementing type. Remarks: IFormatService is implemented by Culture, NumberFormat and DateTimeFormat to provide locale-specific formatting of numbers and date and time values.

interface IFormatService {}

Members

Functions

getFormat
Object getFormat(TypeInfo type)

$(ANCHOR IFormatService_getFormat) Retrieves an object that supports formatting for the specified _type.

Meta