Condividi tramite


SqliteDbFunctionsExtensions.Hex(DbFunctions, Byte[]) Metodo

Definizione

Esegue il mapping alla funzione SQLite che restituisce una stringa esadecimale hex che rappresenta il valore specificato.

public static string Hex (this Microsoft.EntityFrameworkCore.DbFunctions _, byte[] bytes);
static member Hex : Microsoft.EntityFrameworkCore.DbFunctions * byte[] -> string
<Extension()>
Public Function Hex (_ As DbFunctions, bytes As Byte()) As String

Parametri

_
DbFunctions

Istanza di DbFunctions.

bytes
Byte[]

Valore binario.

Restituisce

stringa esadecimale.

Commenti

Per altre informazioni ed esempi, vedere Funzioni di database e accesso ai database SQLite con EF Core .

Si applica a