Aspose::Cells::U16String::operator+= method

U16String::operator+=(const U16String&) method

Concatenate another string into this.

U16String & Aspose::Cells::U16String::operator+=(const U16String &str)
ParameterTypeDescription
strconst U16String&an U16String object.

See Also

U16String::operator+=(const char*) method

Concatenate another string into this.

U16String & Aspose::Cells::U16String::operator+=(const char *str)
ParameterTypeDescription
strconst char*an const char* string.

See Also

U16String::operator+=(const char16_t*) method

Concatenate another string into this.

U16String & Aspose::Cells::U16String::operator+=(const char16_t *ustr)
ParameterTypeDescription
ustrconst char16_t*an const char16_t* string.

See Also

U16String::operator+=(const char16_t) method

Concatenate a char16_t character into this.

U16String & Aspose::Cells::U16String::operator+=(const char16_t ch)
ParameterTypeDescription
chconst char16_ta char16_t character.

See Also