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

適用対象