OutputVar := MfVersion.Parse(input)
Converts the string representation of a version number to an equivalent MfVersion object.
input
A string that contains a version number to convert. can be MfString instance or var containing string.
Returns an MfVersion that is equivalent to the version number specified in the input parameter
Throws MfArgumentNullException if input is null or empty or has fewer than two or more than four version components.
Throws MfArgumentOutOfRangeException if at least one component in input is less than zero.
Throws MfFormatException if at least one component in input is not an MfInteger.
Throws MfOverflowException if at least one component in input represents a number that is greater than MfInteger.MaxValue.