TraceReader.GetBoolean(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A Boolean value that represents the data at the specified column position.