Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.TimeOfDayConv.CanConvertFrom Method

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

Class: YetaWF.Core.Components.TimeOfDayConv
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public bool CanConvertFrom( Type sourceType );
public new bool CanConvertFrom(
    ITypeDescriptorContext? context,
    Type sourceType );

Parameters

sourceType

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

context

An ITypeDescriptorContext that provides a format context.

Return Value

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

See Also YetaWF.Core.Components.TimeOfDayConv ClassYetaWF.Core Overview