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