VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / PaddingFConverter Class / ConvertFrom Methods / ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
Syntax Requirements SeeAlso
In This Topic
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method (PaddingFConverter)
In This Topic
Converts the given object to the converter's native type.
Syntax
'Declaration

Public Overloads Overrides Function ConvertFrom( _
ByVal context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
As System.ComponentModel.ITypeDescriptorContext, _
ByVal culture
The System.Globalization.CultureInfo to use as the current culture.
As System.Globalization.CultureInfo, _
ByVal value
The System.Object to convert.
As System.Object _
) As System.Object
public override System.Object ConvertFrom(
System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
System.Object value
)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
culture
The System.Globalization.CultureInfo to use as the current culture.
value
The System.Object to convert.

Return Value

An System.Object that represents the converted value.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also