Click or drag to resize
AB4D logo

MaterialTypeConverterConvertTo Method

Converts the given value object to the specified type, using the arguments.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context  ITypeDescriptorContext
context
culture  CultureInfo
culture
value  Object
value
destinationType  Type
destinationType

Return Value

Object
An System.Object that represents the converted value.
See Also