Edit

Share via


FontHelper.ConvertHexDigits(Span<Byte>) Method

Definition

Converts a span of bytes to their corresponding hexadecimal digits' font representation

public static void ConvertHexDigits (Span<byte> digits);
static member ConvertHexDigits : Span<byte> -> unit
Public Shared Sub ConvertHexDigits (digits As Span(Of Byte))

Parameters

digits
Span<Byte>

list of hexadecimal digits (will be converted in place!)

Applies to