Click or drag to resize

LatLonStringConverterCanConvertFrom Method (ITypeDescriptorContext, Type)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks the sourceType to see if it is a string.

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

Parameters

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

Return Value

Type: Boolean
True if sourceType is string, otherwise false.
See Also