MultilanguageString.Concat (String) Method

Concatenates this multi-language string with a standard string and returns the result. The concatenation is done for each language separately. The current multi-language string is not modified.
public MultilanguageString Concat( 
   string second 
)

Parameters

second
string

The second string which will be concatenated with the current string.

Return Value

MultilanguageString

A newly created multi-language string that is a concatenation of this string and the second.

Remarks
 
The concatenation is done for each language separately.
Version
 
Available since QDV 7.17.624.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2