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
- context
- ITypeDescriptorContext
- culture
- CultureInfo
- value
- Object
- destinationType
- Type
Returns
Licensing Info
This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
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
Returns
Licensing Info
This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
Exceptions
The parameter is .
The conversion cannot be performed.