LatLonStringConverterCanConvertFrom Method (ITypeDescriptorContext, Type) | |
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
)
Public Overrides Function CanConvertFrom (
context As ITypeDescriptorContext,
sourceType As Type
) As Boolean
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:
BooleanTrue if sourceType is string, otherwise
false.
See Also