XmlWriter.WriteBinHex Method

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

When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.

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

Syntax

'Declaration
Public Overridable Sub WriteBinHex ( _
    buffer As Byte(), _
    index As Integer, _
    count As Integer _
)
public virtual void WriteBinHex(
    byte[] buffer,
    int index,
    int count
)

Parameters

  • buffer
    Type: array<System.Byte[]
    Byte array to encode.
  • index
    Type: System.Int32
    The position in the buffer indicating the start of the bytes to write.

Exceptions

Exception Condition
ArgumentNullException

buffer is nulla null reference (Nothing in Visual Basic).

InvalidOperationException

The writer is closed or in error state.

ArgumentOutOfRangeException

index or count is less than zero.

-or-

The buffer length minus index is less than count.

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: Xbox 360, 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.