StringToDateOnlyConverter 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 strings to and from DateOnly values.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class StringToDateOnlyConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringDateOnlyConverter<string,DateOnly>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type StringToDateOnlyConverter = class
inherit StringDateOnlyConverter<string, DateOnly>
Public Class StringToDateOnlyConverter
Inherits StringDateOnlyConverter(Of String, DateOnly)
- Inheritance
- Attributes
Remarks
See EF Core value converters for more information and examples.
Constructors
| Name | Description |
|---|---|
| StringToDateOnlyConverter() |
Creates a new instance of this converter. |
| StringToDateOnlyConverter(ConverterMappingHints) |
Creates a new instance of this converter. |
Properties
| Name | Description |
|---|---|
| DefaultInfo |
A ValueConverterInfo for the default use of this converter. |