Declared in ETObject.h

Overview

NSNumberFormatter (ETFramework) is a category that easily provides pre-defined NSNumberFormatter objects using caching to avoid overhead when generating new formatters.

Tasks

Static re-usable formatters.

Class Methods

sharedInstance

Returns a cached NSNumberFormatter (if not cached then creates a new one) with the following number style: NSNumberFormatterDecimalStyle.

+ (NSNumberFormatter *)sharedInstance

Return Value

NSDateFormatter with the following pre-defined number style: NSNumberFormatterDecimalStyle.

Declared In

ETObject.h