StringToCharConverter Class

Definition

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
Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringCharConverter<String,Char>
StringToCharConverter

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