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
- 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.
- count
Type: System. . :: . .Int32
The number of bytes to write.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.