LatLonStringConverterConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type) | |
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
)
Public Overrides Function ConvertTo (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object,
destinationType As Type
) As Object
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:
ObjectThe converted object.
Exceptions Exception | Condition |
---|
NotImplementedException | [M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,
System.Globalization.CultureInfo,System.Object,System.Type)] not implemented in base
TypeConverter.
|
See Also