Utf8Span.TryParseUtf8Bytes(ReadOnlySpan<Byte>, Utf8Span) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- utf8Bytes
- ReadOnlySpan<Byte>
- span
- Utf8Span
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET