StringToken.Write7BitEncodedUInt(Span<Byte>, UInt64) 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 int Write7BitEncodedUInt (Span<byte> buffer, ulong value);
static member Write7BitEncodedUInt : Span<byte> * uint64 -> int
Public Shared Function Write7BitEncodedUInt (buffer As Span(Of Byte), value As ULong) As Integer
Parameters
- value
- UInt64