Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,PropertyValue) Operator
Value to convert.
In This Topic
    Implicit Type Conversion(String,PropertyValue) Operator
    In This Topic
    Implicit conversion from PropertyValue to System.String.
    Syntax
    public string operator implicit( 
       PropertyValue propertyValue
    )

    Parameters

    propertyValue
    Value to convert.

    Return Value

    System.String value of the given PropertyValue.
    Remarks
    Use only for a PropertyValue which stores a string value!
    See Also