System::Version::ToString method

Version::ToString() const method

Returns the string representation of the version number represented by the current object.

String System::Version::ToString() const

See Also

Version::ToString(int) const method

Returns the string representation of the specified number of sections of version number represented by the current object.

String System::Version::ToString(int fieldCount) const
ParameterTypeDescription
fieldCountintThe number of sections of the version number to include in the string representation returned

ReturnValue

The string representation of the version number represented by the current object

See Also