Click or drag to resize

VersionNumberTryParse Method

Overload List
  NameDescription
Public methodStatic memberTryParse(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.
Public methodStatic memberTryParse(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.
Top
See Also