STRING_replace()
Syntax
#include "azure-iot-sdk-c/c-utility/inc/azure_c_shared_utility/strings.h"
int STRING_replace(
STRING_HANDLE handle,
char target,
char replace
);
Feedback
Submit and view feedback for
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
#include "azure-iot-sdk-c/c-utility/inc/azure_c_shared_utility/strings.h"
int STRING_replace(
STRING_HANDLE handle,
char target,
char replace
);
Submit and view feedback for