Click or drag to resize

TypeConverterConvertFrom Method (Object)

Converts from the specified object.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object ConvertFrom(
	Object o
)

Parameters

o
Type: SystemObject
Object to convert.

Return Value

Type: Object
The converted object.
See Also