Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.TimeOfDayConv.ConvertFrom Method

Converts the given object to the type of this converter, using the specified context and culture information.

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

Syntax

public object? ConvertFrom( object value );
public new object? ConvertFrom(
    ITypeDescriptorContext? context,
    CultureInfo? culture,
    object value );

Parameters

value

The Object to convert.

context

An ITypeDescriptorContext that provides a format context.

culture

The CultureInfo to use as the current culture.

Return Value

An Object that represents the converted value.

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