C#
VB
C++
Converts the given object to the type of this converter, using the specified context and culture information.
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
context
An ITypeDescriptorContext that provides a format context.
culture
The CultureInfo to use as the current culture.
value
The Object to convert.
An Object that represents the converted value.
Exceptions
Exception | Description |
---|---|
System.NotSupportedException | The conversion cannot be performed. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET