System.Version: Method Members

The methods of System.Version are listed below. For a list of all members, see the Version Members list.

See Also: Inherited members from System.Object

Public Methods

Clone() : object

Returns a new Version object whose value is the same as the current Version object.

CompareTo(object) : int

Compares the current Version object to a specified object and returns an indication of their relative values.

CompareTo(Version) : int

Compares the current Version object to a specified Version object and returns an indication of their relative values.

override
Equals(object) : bool

Returns a value indicating whether the current Version object is equal to a specified object.

Equals(Version) : bool

Returns a value indicating whether the current Version object and a specified Version object represent the same value.

override
GetHashCode() : int

Returns a hash code for the current Version object.

static
Parse(string) : Version

Converts the string representation of a version number to an equivalent Version object.

override
ToString() : string

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

ToString(int) : string

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

static
TryParse(string, out Version) : bool
Documentation for this section has not yet been entered.