Eplan Platform API
Eplan.EplApi.Base Namespace / MultiLangString Class / SetAsString Method
String that is set.

In This Topic
    SetAsString Method
    In This Topic
    Sets the contents of a MultiLangString with a string passed as argument using language marker if necessary. If argument is in MultiLangString form, it will be parsed and saved under given languages. Otherwise '??_??@' prefix is added which means that the object is visible the same in every language.
    Syntax
    public void SetAsString( 
       string val
    )
    public:
    void SetAsString( 
       String^ val
    ) 

    Parameters

    val
    String that is set.
    See Also