Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>
Link against: euser.lib

Class TCurrencySymbol

class TCurrencySymbol : public TBuf< KMaxCurrencySymbol >;

Description

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.

Derivation

Members

Defined in TCurrencySymbol:


Construction and destruction


TCurrencySymbol()

IMPORT_C TCurrencySymbol();

Description

Default constructor.

It constructs this object and initialises it with the current locale's currency symbol(s).

[Top]


Member functions


Set()

IMPORT_C void Set();

Description

Re-retrieves the current locale's currency symbol(s).