| ParseBool(const String &strVal) | Keos::CStringConverter | [static] |
| ParseInt(const String &strVal) | Keos::CStringConverter | [static] |
| ParseLong(const String &strVal) | Keos::CStringConverter | [static] |
| ParseReal(const String &strVal) | Keos::CStringConverter | [static] |
| ParseUnsignedInt(const String &strVal) | Keos::CStringConverter | [static] |
| ParseUnsignedLong(const String &strVal) | Keos::CStringConverter | [static] |
| ToString(float fVal, ushort nPrecision=6, ushort nWidth=0, char fill= ' ', std::ios::fmtflags flags=std::ios::fmtflags(0)) | Keos::CStringConverter | [static] |
| ToString(int nVal, unsigned short nWidth=0, char fill= ' ', std::ios::fmtflags flags=std::ios::fmtflags(0)) | Keos::CStringConverter | [static] |
| ToString(bool bVal, bool bYesNo=false) | Keos::CStringConverter | [static] |
1.5.1-p1