共用方式為


XmlDictionaryReader.ReadValueAsBase64(Byte[], Int32, Int32) 方法

定義

未實作。

public:
 virtual int ReadValueAsBase64(cli::array <System::Byte> ^ buffer, int offset, int count);
public virtual int ReadValueAsBase64 (byte[] buffer, int offset, int count);
abstract member ReadValueAsBase64 : byte[] * int * int -> int
override this.ReadValueAsBase64 : byte[] * int * int -> int
Public Overridable Function ReadValueAsBase64 (buffer As Byte(), offset As Integer, count As Integer) As Integer

參數

buffer
Byte[]

要從其中讀取的緩衝區。

offset
Int32

要在 buffer 中進行讀取的起始位置。

count
Int32

可以從 buffer 中讀取的位元組數目。

傳回

Int32

未實作。

例外狀況

適用於