API Reference > Other Classes > OdString Class > OdString Operators > += Operator > OdString::+= Operator (OdChar)
OdString::+= Operator (OdChar)
Syntax
C++
OdString& operator +=(OdChar ch);
Parameters 
Description 
OdChar ch 
[in] Input value for concatenation 

Concatenation-Equals Operator. 

 

Sets this object to the concatenation of this String object with the value on the right, and returns a reference to this String object.

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