Compartir a través de


StringToCharConverter Clase

Definición

Convierte cadenas en y desde Char valores.

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

Comentarios

Consulte Convertidores de valores de EF Core para obtener más información y ejemplos.

Constructores

StringToCharConverter()

Crea una nueva instancia de este convertidor. Este convertidor conserva el orden.

StringToCharConverter(ConverterMappingHints)

Crea una nueva instancia de este convertidor. Este convertidor conserva el orden.

Propiedades

DefaultInfo

para ValueConverterInfo el uso predeterminado de este convertidor.

Se aplica a