EnglishРусский  
 Share/Save/Bookmark
 

ustr + ustr

Add two strings. Putting two unicode strings together and creating a resulting unicode string.

operator ustr +<result>  (
   ustr left,
   ustr right
)

Return value

The new result unicode string.


ustr + str

Add a unicode string and a string.

operator ustr +<result> (
   ustr left,
   str right
)

Return value

The new result unicode string.

Related links

Source

Edit