Share via


EventToken.ToString Method

Definition

Converts the value of the current EventToken object to a string.

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

Returns

A string representation of the current EventToken in the form "{32-bit hex value}:{32-bit hex value}".

Applies to