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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.