BlobReader.ReadUTF16(Int32) 方法

定義

從目前位置開始讀取 UTF16 (字元組由小到大) 編碼的字串。

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

參數

byteCount
Int32

要讀取的位元組數。

傳回

字串。

例外狀況

byteCount 位元無法使用。

適用於