Utf8String.Implicit Opérateur
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.
Surcharges
Implicit(Utf8String to Utf8Span) | |
Implicit(Utf8String to UtfAnyString) |
Implicit(Utf8String to Utf8Span)
public static implicit operator Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String utf8String);
static member op_Implicit : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span
Public Shared Widening Operator CType (utf8String As Utf8String) As Utf8Span
Paramètres
- utf8String
- Utf8String
Retours
S’applique à
Implicit(Utf8String to UtfAnyString)
public static implicit operator Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String utf8String);
static member op_Implicit : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString
Public Shared Widening Operator CType (utf8String As Utf8String) As UtfAnyString
Paramètres
- utf8String
- Utf8String
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