Click or drag to resize

SvgColourConverterConvertFrom Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the given object to the converter's native type.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Request Example View Source

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
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
Type: System.GlobalizationCultureInfo
A CultureInfo that specifies the culture to represent the color.
value
Type: SystemObject
The object to convert.

Return Value

Type: Object
An Object representing the converted value.
Exceptions
ExceptionCondition
ArgumentExceptionThe conversion cannot be performed.
See Also