Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,PropertyValue) Operator
PropertyValue to convert

In This Topic
    Implicit Type Conversion(String,PropertyValue) Operator
    In This Topic
    Used in conversion of the PropertyValue object to string.
    Syntax
    public string operator implicit( 
       PropertyValue p
    )
    public:
    operator String^ ( 
       PropertyValue^ p
    )

    Parameters

    p
    PropertyValue to convert

    Return Value

    string value of the PropertyValue.
    See Also