C# Class PhotoSharingApp.Universal.Extensions.DeviceFamilyStringExtensions

Provides string extensions for DeviceFamily.
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToDeviceFamily ( this value ) : DeviceFamily

Parses the input value to DeviceFamily.

Method Details

ToDeviceFamily() public static method

Parses the input value to DeviceFamily.
public static ToDeviceFamily ( this value ) : DeviceFamily
value this The value to parse to DeviceFamily.
return DeviceFamily