Click or drag to resize

ObjectIdentifierConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Converts the given value object to the specified type, using the arguments.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)
View Source

Parameters

context  ITypeDescriptorContext
culture  CultureInfo
value  Object
destinationType  Type

Return Value

Object
See Also