다음을 통해 공유


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

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

반환

버퍼에 쓴 바이트 수입니다.

적용 대상