Click or drag to resize

TypeConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

Converts the specified value.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: EtoITypeDescriptorContext
Context.
culture
Type: System.GlobalizationCultureInfo
Culture.
value
Type: SystemObject
Value to convert.

Return Value

Type: Object
The converted value.
See Also