BlobReader.ReadUTF8(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目前位置開始讀取 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
位元無法使用。