Click or drag to resize

LatLonStringConverterCanConvertTo Method (ITypeDescriptorContext, Type)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns whether the type converter can convert an object to the specified type.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An object that provides a format context.
destinationType
Type: SystemType
The type you want to convert to.

Return Value

Type: Boolean
True if this converter can perform the conversion; otherwise, false.
See Also