Share via


WriteBase64 Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Sub WriteBase64 ( _
    buffer As Byte(), _
    index As Integer, _
    count As Integer _
)
public void WriteBase64(
    byte[] buffer,
    int index,
    int count
)
public:
void WriteBase64(
    array<unsigned char>^ buffer, 
    int index, 
    int count
)
member WriteBase64 : 
        buffer:byte[] * 
        index:int * 
        count:int -> unit 
public function WriteBase64(
    buffer : byte[], 
    index : int, 
    count : int
)

Parameters

  • index
    Type: System. . :: . .Int32
    The position in the buffer indicating the start of the bytes to write.

.NET Framework Security

See Also

Reference

XmlWriter Class

System.Ext.Xml Namespace