CString::Format
CString::Format void Format(LPCTSTR lpszFormat, ...); void Format( UINT nFormatID, ... ); Parameters lpszFormat A format-control string. nFormatID The string resource identifier that contains the format-control string. Remarks Call this member function to...