TraceReader.GetByte(Int32) Method

Definition

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

public:
 virtual System::Byte GetByte(int ordinal);
public byte GetByte (int ordinal);
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
Public Function GetByte (ordinal As Integer) As Byte

Parameters

ordinal
Int32

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

Returns

An Byte value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to