NSNumber(ETStringTampering) Category Reference
| Declared in | ETString.h |
Instance Methods
formatAsCurrency
Formats the NSNumber instance as a currency NSString using the current NSLocale.
- (NSString *)formatAsCurrencyReturn Value
A NSString object containing the NSNumber instance formatted using the current NSLocale.
Declared In
ETString.hformatAsCurrency:
Formats the NSNumber instance as a currency NSString using the provided NSLocale.
- (NSString *)formatAsCurrency:(NSLocale *)localeParameters
- locale
The
NSLocalethat will be used to format theNSNumberinstance as aNSString.
Return Value
A NSString object containing the NSNumber instance formatted using the provided NSLocale.
Declared In
ETString.h