C# Class PhotoSharingApp.Universal.Extensions.PhotoStatusExtensions

Provides extensions for the PhotoStatus class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToReadableString ( this photoStatus ) : string

Returns a human readable string from a PhotoStatus value.

Method Details

ToReadableString() public static method

Returns a human readable string from a PhotoStatus value.
public static ToReadableString ( this photoStatus ) : string
photoStatus this The PhotoStatus object.
return string