An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - misc.
Command
BASE64_DEC input
Description
decode MIME base64 based input.
Return value
String: Decoded 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_DEC
aGVsbG8=
hello
vedis> BASE64_DEC dGVzdA==
test
hello
vedis> BASE64_DEC dGVzdA==
test
Copyright © Symisc Systems