LatLonStringConverterCanConvertTo Method (ITypeDescriptorContext, Type) | |
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
)
Public Overrides Function CanConvertTo (
context As ITypeDescriptorContext,
destinationType As Type
) As Boolean
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:
BooleanTrue if this converter can perform the conversion; otherwise,
false.
See Also