ActivityTraceId.ToString 方法
定义
返回表示此跟踪 ID 的 32 个字符的十六进制字符串。Returns a 32-character hexadecimal string that represents this trace ID.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
表示此跟踪 ID 的 32 个字符的十六进制字符串。The 32-character hexadecimal string representation of this trace ID.