Click or drag to resize

MultilanguageString  Conversion (String to MultilanguageString)

Performs an explicit conversion from String to MultilanguageString.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static implicit operator MultilanguageString (
	string from
)

Parameters

from
Type: SystemString
The string, containing the current language string.

Return Value

Type: MultilanguageString
The result of the conversion.
See Also