Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.MarkdownStringBaseConv.ConvertTo Method

Converts the given value object to the specified type, using the arguments.

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

Syntax

public object? ConvertTo(
    object? value,
    Type destinationType );
public new object? ConvertTo(
    ITypeDescriptorContext? context,
    CultureInfo? culture,
    object? value,
    Type destinationType );

Parameters

value

The System.Object to convert.

destinationType

The System.Type to convert the value parameter to.

context

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

culture

A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.

Return Value

An System.Object that represents the converted value.

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