Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / PartVersion Class / ToInt Method
In This Topic
    ToInt Method
    In This Topic
    Convert version number into int number which is used as input of several methods. The output number is a decimal number where M - major part, I - minor part, R - revision: MMIIRRRR. For example: 1.5.7 -> 1050007
    Syntax
    public int ToInt()

    Return Value

    Version number as an integer.
    See Also