Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToHexArrayUpper()

static char[] Internal.Cryptography.Helpers.ToHexArrayUpper ( this byte[] bytes)
inlinestatic

Definition at line 46 of file Helpers.cs.

47 {
48 char[] array = new char[bytes.Length * 2];
50 return array;
51 }
static void EncodeToUtf16(ReadOnlySpan< byte > bytes, Span< char > chars, Casing casing=Casing.Upper)

References System.array, System.bytes, and System.HexConverter.EncodeToUtf16().