ToString()

Version::ToString() const method

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

String System::Version::ToString() const

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

Arguments

ParameterTypeDescription
fieldCountintThe number of sections of the version number to include in the string representation returned

Return Value

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

See Also