TimeOnlyToStringConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework