XmlDictionaryReader.ReadValueAsBase64 Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This method is not supported by this class.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- buffer
- Type:
System.Byte
[]
The buffer from which to read.
- offset
- Type: System.Int32
The starting position from which to read in buffer.
- count
- Type: System.Int32
The number of bytes that can be read from buffer.
| Exception | Condition |
|---|---|
| NotSupportedException | Always. |
This method can be implemented in a class derived from XmlDictionary.
Show: