Click or drag to resize

MultilanguageStringConcat Method (MultilanguageString, MultilanguageString)

Concatenates the specified MultilanguageString instances.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static MultilanguageString Concat(
	MultilanguageString first,
	MultilanguageString second
)

Parameters

first
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The first string to concatenate.
second
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The second string to concatenate.

Return Value

Type: MultilanguageString
The result of the concatenation.
Remarks
The concatenation is performed separately for each language. The resulting MultilanguageString contains language pairs for each of the languages in first and second. And the language strings are the result of string concatenation with the respective language strings of first and second.
See Also