DateOnlyToStringConverter 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 DateOnly to and from strings.
public class DateOnlyToStringConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringDateOnlyConverter<DateOnly,string>
type DateOnlyToStringConverter = class
inherit StringDateOnlyConverter<DateOnly, string>
Public Class DateOnlyToStringConverter
Inherits StringDateOnlyConverter(Of DateOnly, String)
- Inheritance
Remarks
See EF Core value converters for more information and examples.
Constructors
DateOnlyToStringConverter() |
Creates a new instance of this converter. |
DateOnlyToStringConverter(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