Click or drag to resize

ObjectIdentifierConverterCanConvertTo(ITypeDescriptorContext, Type) Method

Returns whether this converter can convert the object to the specified type.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)
View Source

Parameters

context  ITypeDescriptorContext
destinationType  Type

Return Value

Boolean
See Also