An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - misc.
Command
BASE64 input
Description
Encode input with MIME base64.
Return value
String: MIME base64 encoded input on success. False otherwise.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> BASE64 hello
aGVsbG8=
vedis> BASE64 test
dGVzdA==
aGVsbG8=
vedis> BASE64 test
dGVzdA==
Copyright © Symisc Systems