TraceReader.GetChars Method
Gets a character array value from the specified column position, starting at the buffer offset.
Overload List
Name | Description |
---|---|
TraceReader.GetChars (Int32, Char[], Int32, Int32, Int32) |
Gets a character array value from the record at the specified column position.
|
TraceReader.GetChars (Int32, Int64, Char[], Int32, Int32) |
Gets a character array value from the record at the specified column position.
|
See Also