SpanHexExtensions.ToHexString(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static string ToHexString (this ReadOnlySpan<byte> bytes);
static member ToHexString : ReadOnlySpan<byte> -> string
<Extension()>
Public Function ToHexString (bytes As ReadOnlySpan(Of Byte)) As String
Parameters
- bytes
- ReadOnlySpan<Byte>