PackageVersionHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class provides static helper methods for Windows.ApplicationModel.PackageVersion.
public static class PackageVersionHelper
type PackageVersionHelper = class
Public Module PackageVersionHelper
- Inheritance
-
PackageVersionHelper
Methods
ToFormattedString(PackageVersion, Int32) |
Returns a string representation of a version with the format 'Major.Minor.Build.Revision'. |
ToFormattedString(PackageVersion) |
Returns a string representation of a version with the format 'Major.Minor.Build.Revision'. |
ToPackageVersion(String) |
Converts a string representation of a version number to an equivalent Windows.ApplicationModel.PackageVersion. |