Udostępnij za pośrednictwem


StringToCharConverter Klasa

Definicja

Konwertuje ciągi na i z Char wartości.

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

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Konwertery wartości platformy EF Core .

Konstruktory

StringToCharConverter()

Tworzy nowe wystąpienie tego konwertera. Ten konwerter zachowuje kolejność.

StringToCharConverter(ConverterMappingHints)

Tworzy nowe wystąpienie tego konwertera. Ten konwerter zachowuje kolejność.

Właściwości

DefaultInfo

A ValueConverterInfo dla domyślnego użycia tego konwertera.

Dotyczy