[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CellTypeConverter.ConvertTo

ConvertTo Method

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the cell type object to a string.

Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Public Overrides Function ConvertTo(context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object
Parameters
Type Name Description
ITypeDescriptorContext context

Type descriptor context

CultureInfo culture

CultureInfo

object value

The object

Type destinationType

Type

Returns
Type Description
object

String representation of a border object.

Overrides