Click or drag to resize

MultilanguageStringJoin Method

Concatenates all the elements of a string array, using the specified separator between each element.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static MultilanguageString Join(
	string separator,
	params MultilanguageString[] strings
)

Parameters

separator
Type: SystemString
The separator.
strings
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The strings.

Return Value

Type: MultilanguageString
A string that consists of the strings delimited by the separator string. If strings is an empty array, the method returns Empty.
See Also