Edit

Share via


PackageVersionHelper Class

Definition

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)

Returns a string representation of a version with the format 'Major.Minor.Build.Revision'.

ToFormattedString(PackageVersion, Int32)

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.

Applies to