Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::replace Method (OdChar, OdChar)
Syntax
C++
int replace(OdChar oldChar, OdChar newChar);

Replaces all occurrences of the specified character in this String object. 

 

Parameters
Description
oldChar
[in] Old character.
newChar
[in] New character.

Returns the number of characters or strings replaced.

Copyright © 2002-2022. Open Design Alliance All rights reserved.