VersionStatic

VersionStatic


Provides static methods to help create Version objects.


Public:

Methods:

NameDescription
 Parse Converts the string representation of a version number to an equivalent VersionStatic object.  
 TryParse 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.  

See Also

Project CorLib Overview

Class VersionStatic Overview

Version