ConvertFrom Method

Summary
Converts the given object to the type of this converter, using the specified context and culture information.
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
An ITypeDescriptorContext that provides a format context.

culture
The CultureInfo to use as the current culture.

value
The Object to convert.

Return Value

An Object that represents the converted value.

Exceptions

ExceptionDescription
System.NotSupportedException The conversion cannot be performed.
Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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