BlobReader.ReadUTF16(Int32) 方法

定义

读取从当前位置开始的 UTF16 (little-endian) 编码的字符串。

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 个字节不可用。

适用于