API Reference > Other Classes > OdString Class > OdString Methods > OdString::setAt Method
OdString::setAt Method
Syntax
C++
void setAt(int charIndex, OdChar ch);
Parameters 
Description 
int charIndex 
[in] Character index.  
OdChar ch 
[in] Character. 

Sets the single character of this String object at the specified position.

No range checking is performed.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.