BlobWriter.WriteUTF8(String, Boolean) Method

Definition

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)

Parameters

value
String
allowUnpairedSurrogates
Boolean

Exceptions

value is null.

Applies to