Converts the given object to the converter's native type.
public override object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
object value
)
Public Overloads Overrides NotOverridable 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
A TypeDescriptor 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 object.
value
The object to convert.
An Object representing the converted value.
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