StrPrintf
StrPrintf
Description
Init the string using the given format string and arguments. Current contents of string will be cleared out
Parameters
| Name | Direction | Description |
|---|---|---|
str |
in,out | Str to be inited with format string. |
fmt |
in | Format string, with variadic arguments following. |
Success
str
Failure
NULL
Usage example (Cross-references)
Usage examples (Cross-references)
Last updated on