Varifies whether type can be converted or not and returns true or false accordingly

Namespace: FiftyOne.Framework.Location
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)
Visual Basic
Public Overrides Function CanConvertFrom ( _
	context As ITypeDescriptorContext, _
	sourceType As Type _
) As Boolean
Visual C++
public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ context, 
	Type^ sourceType
) override

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

sourceType
Type: System..::..Type

[Missing <param name="sourceType"/> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Return Value

[Missing <returns> documentation for "M:FiftyOne.Framework.Location.LatitudeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

See Also