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
.