michael@0: // FormatUtils.h michael@0: michael@0: #ifndef __FORMATUTILS_H michael@0: #define __FORMATUTILS_H michael@0: michael@0: #include "Common/Types.h" michael@0: #include "Common/String.h" michael@0: michael@0: UString NumberToString(UInt64 number); michael@0: michael@0: UString MyFormatNew(const UString &format, const UString &argument); michael@0: UString MyFormatNew(UINT resourceID, michael@0: #ifdef LANG michael@0: UInt32 langID, michael@0: #endif michael@0: const UString &argument); michael@0: michael@0: #endif