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
)
Public Function ConvertFrom (
o As Object
) As Object
member ConvertFrom :
o : Object -> Object
Parameters
- o
- Type: SystemObject
Object to convert.
Return Value
Type:
ObjectThe converted object.
See Also