API Reference > Other Classes > OdString Class > OdString Operators > += Operator > OdString::+= Operator (char*)
OdString::+= Operator (char*)
Syntax
C++
OdString& operator +=(const char* string);
Parameters 
Description 
const char* string 
[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.