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 位元無法使用。

適用於