#include <e32std.h>
class TCurrencySymbol : public TBuf< KMaxCurrencySymbol > |
Public Member Functions | |
---|---|
TCurrencySymbol() | |
IMPORT_C void | Set() |
Inherited Attributes | |
---|---|
TDes16::__DECLARE_TEST | |
TDes16::iMaxLength |
Inherited Enumerations | |
---|---|
TDesC16:TPrefix |
Gets a copy of the currency symbol(s) in use by the current locale.
After construction or after a call to TCurrencySymbol::Set(), the copy of the currency symbol(s) can be accessed and manipulated using the standard descriptor member functions provided by the base class.
IMPORT_C | TCurrencySymbol | ( | ) |
Default constructor.
It constructs this object and initialises it with the current locale's currency symbol(s).