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的位元組數。
傳回
未實作。