OutputVar := instance.ToString()
OutputVar := instance.ToString(fieldCount)
Converts the value of the current Version object to its equivalent String representation.
Converts the value of the current Version object to its equivalent String representation. A specified count indicates the number of components to return.
fieldCount
The number of components to return. The fieldCount ranges from 0 to 4.
Returns The String representation of the values of the major, minor, build, and revision components of the current MfVersion object, each separated by a period character ('.'). The fieldCount parameter determines how many components are returned.
Throws MfNullReferenceException if called as a static method.
Throws MfArgumentException if fieldCount is greater than 4 or fieldCount is more than the number of components defined in the current MfVersion object.