BlobReader.ReadUTF8(Int32) 方法

定义

读取从当前位置开始的 UTF8 编码的字符串。

public:
 System::String ^ ReadUTF8(int byteCount);
public string ReadUTF8 (int byteCount);
member this.ReadUTF8 : int -> string
Public Function ReadUTF8 (byteCount As Integer) As String

参数

byteCount
Int32

要读取的字节数。

返回

字符串。

例外

byteCount 个字节不可用。

适用于