TerraLib 4.1
Functions convert numbers to strings

Functions

TL_DLL string Te2String (const int value)
 Transforms an integer to string.
TL_DLL string Te2String (const unsigned int value)
 Transforms an unsigned integer to string.
TL_DLL string Te2String (const long value)
 Transforms a long to string.
TL_DLL string Te2String (const long long int value)
 Transforms a long long int to string.
TL_DLL string Te2String (const unsigned long value)
 Transforms an unsigned long to string.
TL_DLL string Te2String (const double value, int precision)
 Transforms a double to string floating point notation with precision decimal places.
TL_DLL string Te2String (const double value)
 Transforms a double to string in exponential notation.

Function Documentation

TL_DLL string Te2String ( const int  value)

Transforms an integer to string.

TL_DLL string Te2String ( const double  value)

Transforms a double to string in exponential notation.

TL_DLL string Te2String ( const double  value,
int  precision 
)

Transforms a double to string floating point notation with precision decimal places.

TL_DLL string Te2String ( const unsigned long  value)

Transforms an unsigned long to string.

TL_DLL string Te2String ( const long long int  value)

Transforms a long long int to string.

TL_DLL string Te2String ( const long  value)

Transforms a long to string.

TL_DLL string Te2String ( const unsigned int  value)

Transforms an unsigned integer to string.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines