Halyri - Häke  0.9.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Hake_WPF.Conversion.LocationConverter Class Reference

Converts location to string More...

Inheritance diagram for Hake_WPF.Conversion.LocationConverter:

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 Hake_WPF.Conversion.LocationConverter.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 Hake_WPF.Conversion.LocationConverter.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: