VersionComparer ClassCleanCode C# Libraries v1.2.03 API
Compares two version strings numerically.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.IO VersionComparer

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public class VersionComparer : IComparer
Remarks

Each version must have the form nn.nnnn.nn.nnn where each octet may have a variable number of digits. Each pair of corresponding octets is compared numerically, unless either is not a number, then they are compared lexically.

Since CleanCode 0.9.08.

See Also