Windows C++ Library
|
FormatDate(time_t tValue) | CStrCvt | [static] |
FormatDateTime(time_t tValue) | CStrCvt | [static] |
FormatDouble(double dValue) | CStrCvt | [static] |
FormatError(DWORD dwError=::GetLastError()) | CStrCvt | [static] |
FormatInt(int nValue) | CStrCvt | [static] |
FormatLong(long lValue) | CStrCvt | [static] |
FormatUInt(uint nValue) | CStrCvt | [static] |
PARSE_ANY_FORMAT enum value | CStrCvt | |
PARSE_DECIMAL_ONLY enum value | CStrCvt | |
PARSE_HEX_ONLY enum value | CStrCvt | |
PARSE_OCTAL_ONLY enum value | CStrCvt | |
ParseDouble(const tchar *pszString, int nFlags=PARSE_ANY_FORMAT) | CStrCvt | [static] |
ParseFlags enum name | CStrCvt | |
ParseInt(const tchar *pszString, int nFlags=PARSE_ANY_FORMAT) | CStrCvt | [static] |
ParseLong(const tchar *pszString, int nFlags=PARSE_ANY_FORMAT) | CStrCvt | [static] |
ParseUInt(const tchar *pszString, int nFlags=PARSE_ANY_FORMAT) | CStrCvt | [static] |