MarginConverter.ConvertFrom

Overloads

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
ConvertFrom(Object)Converts the given value to the type of this converter.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

public Object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
Function ConvertFrom(context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

Parameters

culture
CultureInfo

value
Object

Returns

Object

Licensing Info

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

ConvertFrom(Object)

Converts the given value to the type of this converter.

public Object ConvertFrom(Object value)
Function ConvertFrom(value As Object) As Object

Parameters

value
Object

The Object to convert.

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 conversion cannot be performed.

See Also

MarginConverter
ceTe.DynamicBarcode.Creator

In this topic