This documentation is for the old version. Go to the latest Upload Suite docs

GradientColorConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Converts the given object to the GradientColor type, using specified context and culture information.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides Function ConvertFrom ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object _
) As Object
C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context

Type: System.ComponentModel.ITypeDescriptorContext

The format context.

culture

Type: System.Globalization.CultureInfo

The current culture.

value

Type: System.Object

The object to convert.

Return Value

Type: System.Object

The converted value.

See Also

Reference