Base template class to support string formatting using printf()
style templates.
More...
#include <WinStd/Common.h>
Base template class to support string formatting using printf()
style templates.
◆ basic_string_printf() [1/3]
Initializes a new string and formats its contents using printf()
style template.
- Parameters
-
[in] | format | String template using printf() style |
◆ basic_string_printf() [2/3]
Initializes a new string and formats its contents using printf()
style template in resources.
- Parameters
-
[in] | hInstance | Resource module handle |
[in] | nFormatID | Resource ID of the string template using printf() style |
◆ basic_string_printf() [3/3]
Initializes a new string and formats its contents using printf()
style template in resources.
- Parameters
-
[in] | hInstance | Resource module handle |
[in] | wLanguageID | Resource language |
[in] | nFormatID | Resource ID of the string template using printf() style |
The documentation for this class was generated from the following file: