Click or drag to resize

MultilanguageString  Conversion (MultilanguageString to String)

Performs an explicit conversion from MultilanguageString to String. It gets only the current language string.

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

Parameters

from
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The MultilanguageString from which to get the current language.

Return Value

Type: String
The result of the conversion.
See Also