Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::insert Method (int, const __wchar_t*)
Syntax
C++
int insert(int insertIndex, const __wchar_t* 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.