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 バイトが使用できません。

適用対象