Click or drag to resize

ObjectIdentifierConverterCanConvertFrom(ITypeDescriptorContext, Type) Method

Returns whether this converter can convert an object of the given type to the type of this converter.

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

Parameters

context  ITypeDescriptorContext
sourceType  Type

Return Value

Boolean
See Also