EncodingTypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Converts the given value object to the specified type, using the specified context and culture information.

Definition

Namespace: DevCase.Runtime.TypeConverters
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
culture  CultureInfo
A CultureInfo. If null is passed, the current culture is assumed.
value  Object
The Object to convert.
destinationType  Type
The Type to convert the value parameter to.

Return Value

Object
An Object that represents the converted value.

Exceptions

ArgumentNullException destinationType

See Also