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

읽을 바이트 수입니다.

반환

String

문자열입니다.

예외

byteCount 바이트를 사용할 수 없습니다.

적용 대상