Class VersionHelper
- Namespace
- SunamoDevCode.Aps.Helpers
- Assembly
- SunamoDevCode.dll
Provides helper methods for version string formatting.
public class VersionHelper
- Inheritance
-
VersionHelper
- Inherited Members
- Extension Methods
Methods
RemovePartsWhichIsZero(Version)
Removes trailing ".0" parts from a version string representation.
public static string RemovePartsWhichIsZero(Version version)
Parameters
versionVersionVersion to format.
Returns
- string
Version string with trailing zero parts removed.