FDO_API_COMMON const FdoStringP FdoStringP::operator+ ( FdoString str2  )  const

Various operators for concatenating str2 to this.

Appends a unicode string onto this string. When performance is critical, += should be used whenever possible since it is up to 5X faster than this operator.

Parameters:
str2 Unicode string to concatenate
Returns:
Returns the concatenation of this string plus str2