Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.MultiStringConv.CanConvertTo Method

Returns whether this converter can convert the object to the specified type, using the specified context.

Class: YetaWF.Core.Models.MultiStringConv
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public bool CanConvertTo( Type destinationType );
public new bool CanConvertTo(
    ITypeDescriptorContext? context,
    Type? destinationType );

Parameters

destinationType

A Type that represents the type you want to convert to.

context

An ITypeDescriptorContext that provides a format context.

Return Value

true if this converter can perform the conversion; otherwise, false.

See Also YetaWF.Core.Models.MultiStringConv ClassYetaWF.Core Overview