DelegatingXmlDictionaryReader.ReadContentAsBase64 메서드

정의

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

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

매개 변수

buffer
Byte[]

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

index
Int32

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

count
Int32

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

반품

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

적용 대상