ActivitySpanId.ToString 方法

定义

返回表示此范围 ID 的 16 个字符的十六进制字符串。Returns a 16-character hexadecimal string that represents this span ID.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

表示此范围 ID 的 16 个字符的十六进制字符串。The 16-character hexadecimal string representation of this span ID.

适用于