-1:000000000000 | 0:7db4acc4844a |
---|---|
1 // FormatUtils.h | |
2 | |
3 #ifndef __FORMATUTILS_H | |
4 #define __FORMATUTILS_H | |
5 | |
6 #include "Common/Types.h" | |
7 #include "Common/String.h" | |
8 | |
9 UString NumberToString(UInt64 number); | |
10 | |
11 UString MyFormatNew(const UString &format, const UString &argument); | |
12 UString MyFormatNew(UINT resourceID, | |
13 #ifdef LANG | |
14 UInt32 langID, | |
15 #endif | |
16 const UString &argument); | |
17 | |
18 #endif |