DelegatingXmlDictionaryReader.ReadContentAsBase64 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取內容,並傳回 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
要複製至緩衝區中的最大位元組數目。
傳回
寫入緩衝區的位元組數目。