Click or drag to resize

ObjectIdentifierConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

Converts the given object to the type of this converter, using the specified context and culture information.

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

Parameters

context  ITypeDescriptorContext
culture  CultureInfo
value  Object

Return Value

Object
See Also