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

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

    Parameters

    str
    string to convert

    Return Value

    PropertyValue object storing value given as a parameter.
    See Also