Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / UnsignedIntegerProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(UnsignedIntegerProperty,String) Operator
Number to store in the property.
Example
In This Topic
    Implicit Type Conversion(UnsignedIntegerProperty,String) Operator
    In This Topic
    Implicit conversion from System.String to UnsignedIntegerProperty.
    Syntax
    public UnsignedIntegerProperty operator implicit( 
       string value
    )

    Parameters

    value
    Number to store in the property.

    Return Value

    New UnsignedIntegerProperty created from the given System.String value.
    Example
    The following example shows how to convert a number to the UnsignedIntegerProperty.
    UnsignedIntegerProperty unsignedIntProperty = "213";
    See Also