Show / Hide Table of Contents

BytesToHex Method

BytesToHex(ReadOnlySpan<byte>)

Encode the byte collection into a string representation.

C#
public static string BytesToHex(ReadOnlySpan<byte> bytes)

Parameters

Type Name Description
ReadOnlySpan<byte> bytes

Returns

string

A string representation of data.

In this article
Back to top Generated by DocFX