Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt
- Timestamp:
- 08/14/26 07:19:07 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt
v11 v12 20 20 == Remarks == 21 21 22 This is basically a wrapper around sprintf to provide the flexibility of formatting with some safety measures built in. If string parameters are used the ".c_str()" method will be needed to convert this to C style strings. Refer to https:// www.cplusplus.com/reference/clibrary/cstdio/printf/ for formatting specifiers.22 This is basically a wrapper around sprintf to provide the flexibility of formatting with some safety measures built in. If string parameters are used the ".c_str()" method will be needed to convert this to C style strings. Refer to https://cplusplus.com/reference/cstdio/printf/ for formatting specifiers. 23 23 24 24 == Example ==
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)