add_base64
Description:
public void add_base64 (
string? id,
uint8[] data)
Dump data.length bytes in data into the content of node id using base64
Parameters:
| this |
XMLOut
|
| id |
tag id, or null for node content
|
| data |
Data to be written
|
| len |
Length of data
|