BlobWriter.WriteUTF8(String, Boolean) Metoda

Definicja

Zapisuje ciąg zakodowany w formacie UTF8 w bieżącej pozycji.

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

Wyjątki

value to null.

Dotyczy