XmlDictionaryReader.ReadValueAsBase64(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not implemented.
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
Parameters
- buffer
- Byte[]
The buffer from which to read.
- offset
- Int32
The starting position from which to read in buffer
.
- count
- Int32
The number of bytes that can be read from buffer
.
Returns
Not implemented.
Exceptions
Always.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.