ToString()

Namespace ›› System ›› MfVersion ›› Methods ››
Parent Previous Next

ToString()

OutputVar := instance.ToString()
OutputVar := instance.ToString(fieldCount)

ToString()

Converts the value of the current Version object to its equivalent String representation.

ToString(fieldCount)

Converts the value of the current Version object to its equivalent String representation. A specified count indicates the number of components to return.

Parameters

fieldCount

The number of components to return. The fieldCount ranges from 0 to 4.

Returns

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

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.