|
ObjectIdentifierConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method
|
Converts the given value object to the specified type, using the arguments.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
Public Overrides Function ConvertTo (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object,
destinationType As Type
) As Object
public:
virtual Object^ ConvertTo(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value,
Type^ destinationType
) override
abstract ConvertTo :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object *
destinationType : Type -> Object
override ConvertTo :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object *
destinationType : Type -> Object
function ConvertTo(context, culture, value, destinationType);
View SourceParameters
- context ITypeDescriptorContext
- culture CultureInfo
- value Object
- destinationType Type
Return Value
Object
See Also