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 Function Concat( _ 
ByVal second As String
) As MultilanguageString
This language is not supported or no code example is available.
public MultilanguageString Concat( 
string second 
)
This language is not supported or no code example is available.

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

In this article

Definition