StringToCharConverter Class

Definition

Converts strings to and from Char values.

C#
public class StringToCharConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringCharConverter<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

منتج الإصدارات
Entity Framework Core 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0