Format is described here: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md#id-format
Format of an Id is 00-<TraceId>-<SpanId>-00
(format of ParentId is 00-<TraceId>-<ParentSpanId>-00
). When there's no SpanId, defaults to 0000000000000000.
Example: 00-a7d13f2fcb994f438ac71ce4bcef1891-0000000000000000-00
(Note: I suspect the final 00
is a serial identifier, but not sure yet.)