←Select platform

ConvertFrom Method

Summary

Converts the given object to the converter's native type.

Syntax

C#
VB
C++
public override object ConvertFrom( 
   ITypeDescriptorContext context, 
   CultureInfo culture, 
   object value 
) 
Public Overloads Overrides Function ConvertFrom( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal culture As CultureInfo, _ 
   ByVal value As Object _ 
) As Object 
public: 
Object^ ConvertFrom(  
   ITypeDescriptorContext^ context, 
   CultureInfo^ culture, 
   Object^ value 
) override  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly