Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::insert Method (int, const OdString&)
Syntax
C++
int insert(int insertIndex, const OdString& insertString);

Inserts the specified string into this String object. 

 

Parameters
Description
insertIndex
[in] Insertion index.
insertString
[in] String 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.