StringToCharConverter 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 Char values.
public class StringToCharConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringCharConverter<string,char>
type StringToCharConverter = class
inherit StringCharConverter<string, char>
Public Class StringToCharConverter
Inherits StringCharConverter(Of String, Char)
- Inheritance
Remarks
See EF Core value converters for more information and examples.
Constructors
StringToCharConverter() |
Creates a new instance of this converter. This converter preserves order. |
StringToCharConverter(ConverterMappingHints) |
Creates a new instance of this converter. This converter preserves order. |
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