Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.MarkdownStringBaseConv.CanConvertTo Method

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

Class: YetaWF.Modules.ComponentsHTML.Components.MarkdownStringBaseConv
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

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

Parameters

destinationType

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

context

An System.ComponentModel.ITypeDescriptorContext that provides a format context.

See Also YetaWF.Modules.ComponentsHTML.Components.MarkdownStringBaseConv ClassYetaWF.ComponentsHTML PackageYetaWF.Core