Generates a new string from a format specifier and parameters.
- Parameters
-
format | The format string. Supports all the standard formatting provided by the CRT like printf(). |
... | Variable argument list. |
- Returns
- Pointer to the newly created string.
- See Also
- MFStrN()