Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::insert Method (int, OdChar)
Syntax
C++
int insert(int insertIndex, OdChar insertChar);

Inserts the specified character into this String object. 

 

Parameters
Description
insertIndex
[in] Insertion index.
insertChar
[in] Character to insert.

Returns the new length of this String object.

If insertIndex exceeds the length of this String object, this String object is lengthened as necessary to accommodate the insertion.

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