FileSizeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Converts the specified object to another type.

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 that specifies the culture to represent the number.
value  Object
The object to convert.
destinationType  Type
The type to convert the object to.

Return Value

Object
An Object that represents the converted value.

See Also