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
)
Public Overridable Function ConvertFrom (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object
) As Object
abstract ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object
override ConvertFrom :
context : ITypeDescriptorContext *
culture : CultureInfo *
value : Object -> Object
Parameters
- context
- Type: EtoITypeDescriptorContext
Context. - culture
- Type: System.GlobalizationCultureInfo
Culture. - value
- Type: SystemObject
Value to convert.
Return Value
Type:
ObjectThe converted value.
See Also