ConvertFrom Method

Summary
Converts the given object to the type of this converter, using the specified context and culture information.
Syntax
C#
C++/CLI
public override object ConvertFrom( 
   ITypeDescriptorContext context, 
   CultureInfo culture, 
   object value 
) 
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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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