QuickObjects.ObjectBase Send comments on this topic.
CanConvertTo(ITypeDescriptorContext,Type) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > UInt64FieldTypeConverter Class > CanConvertTo Method : CanConvertTo(ITypeDescriptorContext,Type) Method
context
destinationType
CanConvertTo - This method determines if an instance of UInt64Field can be converted to a specific type or not.

Syntax

C# 
public override bool CanConvertTo( 
   ITypeDescriptorContext context,
   Type destinationType
)

Parameters

context
destinationType

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also