MultilanguageString Conversion (String to MultilanguageString) |
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static implicit operator MultilanguageString (
string from
)
Public Shared Widening Operator CType (
from As String
) As MultilanguageString
static implicit operator MultilanguageString^ (
String^ from
)
F# does not support the declaration of new casting operators.
Parameters
- from
- Type: SystemString
The string, containing the current language string.
Return Value
Type:
MultilanguageString
The result of the conversion.
See Also