GeoCoordinateConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the specified object to GeoCoordinate.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
'Declaration Public Overrides Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object _ ) As Object
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
Specifies the type context.
- culture
- Type: System.Globalization.CultureInfo
Culture info of the specified type.
- value
- Type: System.Object
Object to convert to GeoCoordinate.
Show: