Attention
This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.
OESNPrintf¶
int OESNPrintf(char *buffer, size_t bufferSize, const char *format, ...)
Cross platform implementation of the safe snprintf
C
function. Provided as a performance improvement over
OEMakeString
. OEMakeString
should still be preferred as it will automatically handle memory
management.
Warning
Considered an advanced performance tuning API that may change in the future.