次の方法で共有


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 データベースへのアクセス 」を参照してください。

適用対象