XmlTextWriter.WriteBinHex(Byte[], Int32, Int32) 메서드

정의

지정된 바이너리 바이트를 Binhex로 인코딩하고 결과 텍스트를 작성합니다.

public:
 override void WriteBinHex(cli::array <System::Byte> ^ buffer, int index, int count);
public override void WriteBinHex (byte[] buffer, int index, int count);
override this.WriteBinHex : byte[] * int * int -> unit
Public Overrides Sub WriteBinHex (buffer As Byte(), index As Integer, count As Integer)

매개 변수

buffer
Byte[]

인코딩할 바이트 배열입니다.

index
Int32

쓸 바이트의 시작을 나타내는 버퍼 내의 위치입니다.

count
Int32

쓸 바이트 수입니다.

예외

buffer이(가) null인 경우

버퍼 길이에서 index를 빼면 count보다 작습니다.

index 또는 count가 0보다 작습니다.

설명

참고

.NET Framework 2.0부터 메서드와 XmlWriterSettings 클래스를 사용하여 XmlWriter.Create 새 기능을 활용하여 인스턴스를 만드는 XmlWriter 것이 좋습니다.

적용 대상