XmlDictionaryReader.ReadValueAsBase64 Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This method is not supported by this class.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

Syntax

'Declaration
Public Overridable Function ReadValueAsBase64 ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
) As Integer
public virtual int ReadValueAsBase64(
    byte[] buffer,
    int offset,
    int count
)

Parameters

  • buffer
    Type: array<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.

Return Value

Type: System.Int32
A Int32.

Exceptions

Exception Condition
NotSupportedException

Always.

Remarks

This method can be implemented in a class derived from XmlDictionary.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.