API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,MDPropertyValue) Operator
MDPropertyValue to convert

In This Topic
    Implicit Type Conversion(String,MDPropertyValue) Operator
    In This Topic
    Converts MDPropertyValue object to System::String.
    Syntax
    public string operator implicit( 
       MDPropertyValue p
    )
    public:
    operator String^ ( 
       MDPropertyValue^ p
    )

    Parameters

    p
    MDPropertyValue to convert

    Return Value

    System::String value of the MDPropertyValue.
    See Also