ActivityTraceId.ToHexString Método
Definição
Retorna uma cadeia de 16 caracteres hexadecimais que representa a ID do intervalo.Returns a 16-character hexadecimal string that represents this span ID.
public:
System::String ^ ToHexString();
public string ToHexString ();
member this.ToHexString : unit -> string
Public Function ToHexString () As String
Retornos
A representação de cadeia de caracteres hexadecimal de 32 caracteres dessa ID de rastreamento.The 32-character hexadecimal string representation of this trace ID.