C# 클래스 PhotoSharingApp.Universal.Extensions.PackageVersionExtensions

Provides extension methods for the PackageVersion class.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
ToFormattedString ( this version ) : string

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

메소드 상세

ToFormattedString() 공개 정적인 메소드

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