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

◆ CreateFromBytes()

static ActivitySpanId System.Diagnostics.ActivitySpanId.CreateFromBytes ( ReadOnlySpan< byte > idData)
inlinestatic

Definition at line 24 of file ActivitySpanId.cs.

25 {
26 if (idData.Length != 8)
27 {
28 throw new ArgumentOutOfRangeException("idData");
29 }
31 }
static unsafe string ToString(ReadOnlySpan< byte > bytes, Casing casing=Casing.Upper)

References System.Diagnostics.ActivitySpanId.ActivitySpanId(), System.ReadOnlySpan< T >.Length, and System.HexConverter.ToString().