C# Class PhotoSharingApp.Universal.Extensions.PackageVersionExtensions

Provides extension methods for the PackageVersion class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToFormattedString ( this version ) : string

Converts the version to a string in the following format: Major.Minor.Build.Revision.

Method Details

ToFormattedString() public static method

Converts the version to a string in the following format: Major.Minor.Build.Revision.
public static ToFormattedString ( this version ) : string
version this The version.
return string