Version Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | |
![]() | CompareTo(Object^) | Compares the current Version object to a specified object and returns an indication of their relative values. |
![]() | CompareTo(Version^) | |
![]() | Equals(Object^) | Returns a value indicating whether the current Version object is equal to a specified object.(Overrides Object::Equals(Object^).) |
![]() | Equals(Version^) | |
![]() | GetHashCode() | Returns a hash code for the current Version object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() ![]() | Parse(String^) | Converts the string representation of a version number to an equivalent Version object. |
![]() | ToString() | Converts the value of the current Version object to its equivalent String representation.(Overrides Object::ToString().) |
![]() | ToString(Int32) | |
![]() ![]() | TryParse(String^, Version^%) | Tries to convert the string representation of a version number to an equivalent Version object, and returns a value that indicates whether the conversion succeeded. |
Show:

