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

◆ ToHexStringUpper()

static string Internal.Cryptography.Helpers.ToHexStringUpper ( this byte[] bytes)
inlinestatic

Definition at line 53 of file Helpers.cs.

54 {
56 }
static string ToHexString(byte[] inArray)
Definition Convert.cs:3159

References System.bytes, and System.Convert.ToHexString().