TraceReader.GetString(Int32) Method

Definition

Gets a String value at the specified column position.

public:
 virtual System::String ^ GetString(int ordinal);
public string GetString (int ordinal);
abstract member GetString : int -> string
override this.GetString : int -> string
Public Function GetString (ordinal As Integer) As String

Parameters

ordinal
Int32

An Int32 value that specifies the column position at which to retrieve the data.

Returns

A String value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to