Static Public Member Functions | |
static String | format (const String &pattern, va_list argList) |
String format | ( | const String & | pattern, | |
va_list | argList | |||
) | [static] |
Creates a message with the given pattern and uses it to format the given arguments.
This method provides a means to produce concatenated messages in language-neutral way.
pattern | the pattern for this message. The different arguments are represented in the pattern string by the symbols {0} to {9} | |
argList | a variable list of srrings to be formatted and substituted. The type of the strings must be (TCHAR *). |