←Select platform

ConvertFrom Method

Summary
Converts the given object to the converter's native type.
Syntax
C#
C++/CLI
Python
public override object ConvertFrom( 
   ITypeDescriptorContext context, 
   CultureInfo culture, 
   object value 
) 
public: 
Object^ ConvertFrom(  
   ITypeDescriptorContext^ context, 
   CultureInfo^ culture, 
   Object^ value 
) override  
def ConvertFrom(self,context,culture,value): 

Parameters

context
A TypeConverter that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.

culture
A CultureInfo that specifies the culture to represent the color.

value
The object to convert.

Return Value

An Object representing the converted value.

Remarks

For more information, refer to TypeConverter.ConvertFrom

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.