EventToken.ToString Method

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

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

.NET Framework Security

See Also

Reference

EventToken Structure

Microsoft.VisualStudio.IntelliTrace Namespace