BlobWriter.WriteUTF8(String, Boolean) Méthode

Définition

Écrit une chaîne encodée au format UTF8 à la position actuelle.

public:
 void WriteUTF8(System::String ^ value, bool allowUnpairedSurrogates);
public void WriteUTF8 (string value, bool allowUnpairedSurrogates);
member this.WriteUTF8 : string * bool -> unit
Public Sub WriteUTF8 (value As String, allowUnpairedSurrogates As Boolean)

Paramètres

value
String
allowUnpairedSurrogates
Boolean

Exceptions

value a la valeur null.

S’applique à