Functions

TOBASE64

Converts a byte array into a string representation in Base64. This is useful for converting between files in a database and sending them over the Internet.

Syntax

string TOBASE64(byte[] data)