TraceReader.GetBoolean(Int32) Method

Definition

Returns a Boolean value from the record at the specified column position.

public:
 virtual bool GetBoolean(int ordinal);
public bool GetBoolean (int ordinal);
abstract member GetBoolean : int -> bool
override this.GetBoolean : int -> bool
Public Function GetBoolean (ordinal As Integer) As Boolean

Parameters

ordinal
Int32

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

Returns

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

Implements

Examples

Readme_Tracer

Applies to