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