Sdílet prostřednictvím


BlobWriter.WriteUTF8(String, Boolean) Metoda

Definice

Zapíše řetězec kódovaný UTF8 na aktuální pozici.

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)

Parametry

value
String
allowUnpairedSurrogates
Boolean

Výjimky

value je null.

Platí pro