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
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET