Share via


TraceReader.GetChars Method

Include Protected Members
Include Inherited Members

Gets a character array value from the specified column position, starting at the buffer offset.

Overload List

  Name Description
Public method GetChars(Int32, array<Char[], Int32, Int32, Int32) Gets a character array value from the record at the specified column position.
Public method GetChars(Int32, Int64, array<Char[], Int32, Int32) Gets a character array value from the record at the specified column position.

Top