EventDataReader.ReadFixedLengthAnsiString 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.
public static Microsoft.Windows.EventTracing.ValueString ReadFixedLengthAnsiString (ref ReadOnlySpan<byte> data, int characterCount, ref byte[] buffer);
static member ReadFixedLengthAnsiString : ReadOnlySpan * int * Byte[] -> Microsoft.Windows.EventTracing.ValueString
Public Shared Function ReadFixedLengthAnsiString (ByRef data As ReadOnlySpan(Of Byte), characterCount As Integer, ByRef buffer As Byte()) As ValueString
Parameters
- data
- ReadOnlySpan<Byte>
- characterCount
- Int32
- buffer
- Byte[]