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

◆ CreateFromBytes()

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

Definition at line 25 of file ActivityTraceId.cs.

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

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

Referenced by System.Diagnostics.ActivityTraceId.CreateRandom().