Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / MultiLanguageTextProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,MultiLanguageTextProperty) Operator
Multi-language text property to convert to string.
In This Topic
    Implicit Type Conversion(String,MultiLanguageTextProperty) Operator
    In This Topic
    Implicit conversion from MultiLanguageTextProperty to System.String.
    Syntax
    public string operator implicit( 
       MultiLanguageTextProperty property
    )

    Parameters

    property
    Multi-language text property to convert to string.

    Return Value

    Current language value of the property as string.
    See Also