System.WideString.operator +

From RAD Studio API Documentation
Jump to: navigation, search

C++

WideString operator +(const WideString& rhs) const;

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString


Description

Concatenates two WideStrings.

The operator + returns a WideString that has the value passed as rhs concatenated to the end. A related friend operator + method takes two arguments and returns the concatenation of lhs with rhs.