Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TRadix

enum TRadix

Support

Supported from 5.0

Description

An enumeration whose enumerators determine the number system to use when converting numbers into a character format.

See also:

EBinary

Convert number into binary character representation.

EOctal

Convert number into octal character representation.

EDecimal

Convert number into decimal character representation.

EHex

Convert number into hexadecimal character representation.