DelegatingXmlDictionaryReader.ReadContentAsBinHex 메서드

정의

콘텐츠를 읽고 BinHex 디코딩된 이진 바이트를 반환합니다.

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

매개 변수

buffer
Byte[]

결과 텍스트를 복사할 버퍼입니다. 이 값은 null일 수 없습니다.

index
Int32

결과 복사를 시작할 버퍼의 오프셋입니다.

count
Int32

버퍼에 복사할 최대 바이트 수입니다.

반품

버퍼에 기록된 바이트 수입니다.

적용 대상