BlobWriter.WriteUTF8(String, Boolean) Método

Definição

Grava uma cadeia de caracteres UTF8 codificada na posição atual.Writes a UTF8 encoded string at the current position.

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)

Parâmetros

value
String
allowUnpairedSurrogates
Boolean

Exceções

value é null.value is null.

Aplica-se a