Int24ConverterCanConvertTo(ITypeDescriptorContext, Type) Method
Returns a value indicating whether this converter can convert an object to the given destination type using the context.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
function CanConvertTo(context, destinationType);
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
- destinationType Type
- A Type that represents the type to which you want to convert.
Boolean if this converter can perform the operation; otherwise,
.