|
Static Public Member Functions |
void | ToLowerCase (string &String) |
| Converts a string to lower case.
|
void | Replace (string &String, const string &OrigValue, const string &NewValue) |
| Replace string inside of string.
|
void | Replace (string &String, const char OrigValue, const char NewValue) |
| Replace char inside of string.
|
string | HexFormat (const unsigned char *pContent, const size_t ContentSize) |
| Hexadecimal values of a piece of memory.
|
string | HMS (const long long NumSeconds) |
| Converts number to HMS formated String.
|
string | StripComments (const string &String) |
| Removes all comment lines in a string.
|