#include <StringUtil.h>
DESCRIPTIONS : Helper class for unicode to ascii and other string conversions
REVISION HISTORY: Version 1.0
COPYRIGHT : (c)CSIR, Meraka Institute 2008 all rights reserved
RESTRICTIONS : The information/data/code contained within this file is the property of CSIR, Meraka Institute and has been classified as PUBLIC. ===========================================================================
Definition at line 35 of file StringUtil.h.
Static Public Member Functions | |
static std::string | itos (int nNumber) |
static bool | stringToBool (const std::string &sValue) |
static std::string | boolToString (bool bValue) |
static std::string | doubleToString (double d, int nPrecision=2) |
static double | stringToDouble (std::string sDouble) |