#include <stringconverter.hpp>
Public Member Functions | |
stringconverter (int Value) | |
Default Constructor. | |
virtual | ~stringconverter () throw () |
Destructor. | |
Static Public Member Functions | |
static std::string | toLower (std::string const &convertee) |
Convert a string to lower case. | |
static std::string | toUpper (std::string const &convertee) |
Convert a string to upper case. |
Converts various datatypes to string
Definition at line 67 of file stringconverter.hpp.
std::string stringconverter::toLower | ( | std::string const & | convertee | ) | [static] |
Convert a string to lower case.
convertee | string to be converted |
Definition at line 70 of file stringconverter.cpp.
std::string stringconverter::toUpper | ( | std::string const & | convertee | ) | [static] |
Convert a string to upper case.
convertee | string to be converted |
Definition at line 80 of file stringconverter.cpp.