[]
Converts the context to the specified culture and type.
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Public Overrides Function ConvertTo(context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | Type descriptor context |
CultureInfo | culture | Culture |
object | value | Value |
Type | destinationType | Type |
Type | Description |
---|---|
object | Converted object |