EventDataReader.ReadUInt64(ReadOnlySpan<Byte>) 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 ulong ReadUInt64 (ref ReadOnlySpan<byte> data);
static member ReadUInt64 : ReadOnlySpan -> uint64
Public Shared Function ReadUInt64 (ByRef data As ReadOnlySpan(Of Byte)) As ULong
Parameters
- data
- ReadOnlySpan<Byte>