Culture.getFormat

Retrieves an object defining how to format the specified type.

class Culture
getFormat

Return Value

Type: Object

If type is typeid(NumberFormat), the value of the numberFormat property. If type is typeid(DateTimeFormat), the value of the dateTimeFormat property. Otherwise, null. Remarks: Implements IFormatService.getFormat.

Meta