Utf8Span.TryParseUtf8Bytes(ReadOnlySpan<Byte>, Utf8Span) 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 bool TryParseUtf8Bytes (ReadOnlySpan<byte> utf8Bytes, out Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span span);
static member TryParseUtf8Bytes : ReadOnlySpan<byte> * Utf8Span -> bool
Public Shared Function TryParseUtf8Bytes (utf8Bytes As ReadOnlySpan(Of Byte), ByRef span As Utf8Span) As Boolean
Parameters
- utf8Bytes
- ReadOnlySpan<Byte>
- span
- Utf8Span
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET