ChipDna Mobile
Loading...
Searching...
No Matches
Class Methods | Properties | List of all members
Currency Class Reference

Inherits NSObject.

Class Methods

(Currency *) + currencyForCharCode:
 

Properties

NSString * numericCode
 
NSString * symbol
 
NSString * charCode
 
NSInteger exponent
 

Method Documentation

◆ currencyForCharCode:

+ (Currency *) currencyForCharCode: (NSString *)  charcode

Get the currency object for the 3 character code.

Returns
The Currency object for a given code. If not found nil is returned.

Property Documentation

◆ charCode

- (NSString*) charCode
readnonatomicassign

Gets the character code for the currency.

Returns
The currency character code

◆ exponent

- (NSInteger) exponent
readnonatomicassign

Gets the exponent value for the currency.

Returns
The exponent

◆ numericCode

- (NSString*) numericCode
readnonatomicassign

Gets the numeric code for the currency.

Returns
The currency numeric code.

◆ symbol

- (NSString*) symbol
readnonatomicassign

Gets the symbol for the currency.

Returns
The currency symbol.

The documentation for this class was generated from the following file: