Halyri - Häke  0.9.1
 All Classes Namespaces Functions Variables Enumerations Properties
LocationConverter Class Reference

Converts location to string More...

Inherits IValueConverter.

Public Member Functions

object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Casts value to LocationInformation and then turn it to string where is 4 decimals. More...
 
object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Do not use. Always returns null. More...
 

Detailed Description

Converts location to string

<author>Atte Söderlund</author>

Member Function Documentation

object Convert ( object  value,
Type  targetType,
object  parameter,
System.Globalization.CultureInfo  culture 
)

Casts value to LocationInformation and then turn it to string where is 4 decimals.

Parameters
valueLocationInformationDto that need to be converted to string
targetTypeIs not in use
parameterIs not in use
cultureIs not in use
Returns
Location as string with 4 decimals on longitude and latitude
object ConvertBack ( object  value,
Type  targetType,
object  parameter,
System.Globalization.CultureInfo  culture 
)

Do not use. Always returns null.

Returns
null

The documentation for this class was generated from the following file: