SystemDiagnosticsTraceWriter.Format Method

Formats the contents of the given TraceRecord into a single string containing comma-separated name-value pairs for each TraceRecord property.

Namespace:  System.Web.Http.Tracing
Assembly:  System.Web.Http.Tracing (in System.Web.Http.Tracing.dll)

'Declaration
Public Overridable Function Format ( _
	traceRecord As TraceRecord _
) As String
'Usage
Dim instance As SystemDiagnosticsTraceWriter 
Dim traceRecord As TraceRecord 
Dim returnValue As String 

returnValue = instance.Format(traceRecord)

Parameters

traceRecord
Type: System.Web.Http.Tracing.TraceRecord
The TraceRecord from which to produce the result.

Return Value

Type: System.String
A string containing comma-separated name-value pairs.
Show: