[ Version ( since = "0.1.9" ) ]
public uint8 get_binary (string param, size_t? size)
Gets the value of param
encoded as base64.
If size
is not null, it puts there the size of the value.
this |
the config instance |
param |
a binary type parameter |
size |
place for size of value |
|