TimeOnlyToStringConverter Class

Definition

Converts TimeOnly to and from strings.

public class TimeOnlyToStringConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringTimeOnlyConverter<TimeOnly,string>
type TimeOnlyToStringConverter = class
    inherit StringTimeOnlyConverter<TimeOnly, string>
Public Class TimeOnlyToStringConverter
Inherits StringTimeOnlyConverter(Of TimeOnly, String)
Inheritance
Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringTimeOnlyConverter<TimeOnly,String>
TimeOnlyToStringConverter

Remarks

See EF Core value converters for more information and examples.

Constructors

TimeOnlyToStringConverter()

Creates a new instance of this converter.

TimeOnlyToStringConverter(ConverterMappingHints)

Creates a new instance of this converter.

Properties

DefaultInfo

A ValueConverterInfo for the default use of this converter.

Applies to