MarginConverter.ConvertTo

Overloads

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
ConvertTo(Object, Type)Converts the given value object to the specified type, using the arguments.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

public Object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType)
Function ConvertTo(context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

Parameters

culture
CultureInfo

value
Object

destinationType
Type

Returns

Object

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

ConvertTo(Object, Type)

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

public Object ConvertTo(Object value, Type destinationType)
Function ConvertTo(value As Object, destinationType As Type) As Object

Parameters

value
Object

The Object to convert.

destinationType
Type

The Type to convert the parameter to.

Returns

Object

An Object that represents the converted value.

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Exceptions

The parameter is .

The conversion cannot be performed.

See Also

MarginConverter
ceTe.DynamicBarcode.Creator

In this topic