nux-0.9.48

NuxCore/NumberConversion.h File Reference

Go to the source code of this file.

Namespaces

namespace  nux

Functions

t_double nux::CharToDouble (const TCHAR *digit)
 Convert a TCHAR string to a double value.
NString nux::DoubleToChar (double d)
 Convert a double to an NString.
t_s32 nux::CharToInteger (const TCHAR *digit)
 Convert a TCHAR string to a 32 bits long value.
NString nux::IntegerToChar (int value, int base=10)
 Convert an integer to a tstring.
t_int nux::IntegerToChar (const TCHAR *digit)
 Convert an string to an integer.
t_u32 nux::HexCharToInteger (const TCHAR *s)
 Convert an Hex TCHAR string to an integer value.