Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / PartVersion Class / MajorMinorToString Method
In This Topic
    MajorMinorToString Method
    In This Topic
    Convert the major and minor parts of the version number into the string value. The output string is formatted: <major>.<minor> , example: 1.0
    Syntax
    public string MajorMinorToString()

    Return Value

    Version number as a string.
    See Also