BlobBuilder.WriteSerializedString(String) 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.
Écrit une chaîne au format SerString (voir Attributs personnalisés 23.3 ECMA-335-II).
public:
void WriteSerializedString(System::String ^ value);
public void WriteSerializedString (string? value);
public void WriteSerializedString (string value);
member this.WriteSerializedString : string -> unit
Public Sub WriteSerializedString (value As String)
Paramètres
- value
- String
Exceptions
Le générateur ne peut pas être écrit. Il a été lié à un autre générateur.
Remarques
La chaîne est encodée en UTF8 et précédée par sa taille en octets.
Une null
chaîne est représentée sous la forme d’un 0xFF d’octet unique.
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.