LatLonStringConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object) | |
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
)
Public Overrides Function ConvertFrom (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object
) As Object
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:
ObjectA
LatLon.
Remarks
The given string should be of the format "##,##" where the latitude and longitude are delimited by a single comma.
See Also