BlobWriter.WriteUTF8(String, Boolean) 方法

定义

在当前位置写入 UTF8 (little-endian) 编码的字符串。

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)

参数

value
String
allowUnpairedSurrogates
Boolean

例外

valuenull

适用于