XmlDictionaryReader.ReadContentAsBase64 메서드

정의

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

public:
 virtual cli::array <System::Byte> ^ ReadContentAsBase64();
public virtual byte[] ReadContentAsBase64 ();
override this.ReadContentAsBase64 : unit -> byte[]
Public Overridable Function ReadContentAsBase64 () As Byte()

반환

Byte[]

Base64 디코딩된 이진 바이트를 포함하는 바이트 배열입니다.

예외

배열 크기가 이 판독기의 MaxArrayLength 할당량보다 큰 경우

설명

이 읽기 작업에 의해 할당된 버퍼는 MaxArrayLength 할당량으로 제한됩니다.

적용 대상