Click or drag to resize

LatLonStringConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a string into a LatLon.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An object that provides a format context.
culture
Type: System.GlobalizationCultureInfo
The System.Globalization.CultureInfo to use as the current culture.
value
Type: SystemObject
The string in a "##, ##" format.

Return Value

Type: Object
A LatLon.
Remarks
The given string should be of the format "##,##" where the latitude and longitude are delimited by a single comma.
See Also