XmlDictionaryReader.ReadValueAsBase64(Byte[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
未實作。
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
中讀取的位元組數目。
傳回
未實作。