[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleNameConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

Returns whether the specified type can be converted to a border object.

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Public Overrides Function CanConvertFrom(context As ITypeDescriptorContext, sourceType As Type) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

ITypeDescriptorContext

Type sourceType

Type

Returns
Type Description
bool

True if sourceType is String, false otherwise.

Overrides