次の方法で共有


Base64Url.EncodeToString(ReadOnlySpan<Byte>) メソッド

定義

バイナリ データのスパンを Base64Url ASCII 文字として表される Unicode 文字列にエンコードします。

public:
 static System::String ^ EncodeToString(ReadOnlySpan<System::Byte> source);
public static string EncodeToString(ReadOnlySpan<byte> source);
static member EncodeToString : ReadOnlySpan<byte> -> string
Public Shared Function EncodeToString (source As ReadOnlySpan(Of Byte)) As String

パラメーター

source
ReadOnlySpan<Byte>

エンコードする必要があるバイナリ データを含む入力スパン。

戻り値

操作の結果 (Base64Url の ASCII 文字列) を含む文字列。

注釈

この base64url エンコードの実装では、省略可能な埋め込み文字は省略されます。

適用対象