다음을 통해 공유


SqliteDbFunctionsExtensions.Hex(DbFunctions, Byte[]) 메서드

정의

지정된 값을 나타내는 16진수 문자열을 반환하는 SQLite hex 함수에 매핑됩니다.

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

매개 변수

_
DbFunctions

DbFunctions 인스턴스입니다.

bytes
Byte[]

이진 값입니다.

반환

16진수 문자열.

설명

자세한 내용 과 예제는 데이터베이스 함수EF Core를 사용하여 SQLite 데이터베이스 액세스를 참조하세요.

적용 대상