VersionNumber Methods |
The VersionNumber type exposes the following members.
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares the value of this instance to a specified VersionNumber value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified VersionNumber value.
| |
CompareTo(VersionNumber) |
Compares the value of this instance to a specified VersionNumber value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified VersionNumber value.
| |
ToString |
Converts the value of the current VersionNumber object to its equivalent string representation major.minor.yyddd.hhmmb. (Overrides ValueType.ToString().)
(Overrides ValueTypeToString.) | |
ToVersion |
Convert this VersionNumber class to System.Version()
| |
TryParse(String, VersionNumber) |
Converts the specified string representation of a version number to its VersionNumber equivalent and returns a value that indicates whether the conversion succeeded.
| |
TryParse(Version, VersionNumber) |
Attempt so convert the System.Version representation of a version number to its VersionNumber equivalent and returns a value that indicates whether the conversion succeeded.
|