Eplan Platform API
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()
    public:
    String^ GetAsString(); 

    Return Value

    The contents of the multi-language string as a simple string (e.g. 'de_DE@Winkelstahl;en_US@Angular steel;')
    See Also