Static Public Member Functions | |
static bool | getNumber (const String *pstr, double *res) |
sometimes need it... | |
static bool | getNumber (const String *pstr, int *res) |
static int | getNumber (const String *pstr) |
static int | getHex (wchar c) |
static int | getHexNumber (const String *pstr) |
static DString * | getCurlyContent (const String &str, int pos) |
For '{name}' returns 'name' Removes brackets and returns new dynamic string, based on passed string. | |
static wchar | getEscapedChar (const String &str, int pos, int &retPos) |
\x{2028} \x23 \c - into wchar |
|
For '{name}' returns 'name' Removes brackets and returns new dynamic string, based on passed string. Returns null if parse error occurs.
|
|
\x{2028} \x23 \c - into wchar
|