StringToLocationConverter Class

 

Implements an interface that converts string values to Location objects for data binding. This class implements Windows.UI.Xaml.Data.IValueConverter.

Constructors

Definition

Description

StringToLocationConverter()

Initializes a new instance of the StringToLocationConverter class.

Methods

Name

Definition

Return Type

Description

Convert

Convert(object value, System.Type targetType, object parameter, string language,)

object

Converts a Location object to a string.

ConvertBack

ConvertBack(object value, System.Type targetType, object parameter, string language,)

object

Converts a string to a Location object.