DependencyVersionToMatchingFullVersion Method

Determines the minimal System.Version value with all 4 parts Major, Minor, Build and Revision which matches the version or pattern represented by this DependencyVersion.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public Version ToMatchingFullVersion()

Return Value

Version
The minimal System.Version value with all 4 parts which matches the version or pattern represented by this DependencyVersion.

See Also