API Help
Eplan.EplApi.Base Namespace / MultiLangString Class / GetAsString Method

In This Topic
GetAsString Method (MultiLangString)
In This Topic
Converts an MultiLangString to a string. The languages are appended to one another, all having the same format.
Syntax
public string GetAsString()

Return Value

The contents of the multi-language string as a simple string (e.g. "DE@deutsch;EN@english;FR@Fr@@;;en;;ch@@;")
See Also