Click or drag to resize

LatLonStringConverterConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts the specified value object to the specified type.

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

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An object that provides a format context.
culture
Type: System.GlobalizationCultureInfo
The CultureInfo to use as the current culture.
value
Type: SystemObject
The object to convert.
destinationType
Type: SystemType
The type to convert the object to.

Return Value

Type: Object
The converted object.
Exceptions
ExceptionCondition
NotImplementedException[M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo,System.Object,System.Type)] not implemented in base TypeConverter.
See Also