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

    Parameters

    value
    Text to save.

    Return Value

    New PropertyValue created from the given System.String.
    Remarks
    The resulting instance can hold only System.String values from this moment.
    Example
    PropertyValue value = "Hello world!";
    See Also