FDO API Reference Feature Data Objects

FDO_API_COMMON FdoStringP FdoStringP::Replace FdoString pOld,
FdoString pNew
const
 

Replaces sub-strings.

Parameters:
pOld the sub-string to replace
pNew the string to replace pOld by
Returns:
Returns a copy of this string, with all occurrences of pOld replaced by pNew. This string itself is not modified

Comments or suggestions? Send us feedback.