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