Syntax Encode64(Data)
-or-
Encode64B(Data)
Group Miscellaneous
Description Return a string using the base 64 encoding algorithm.
Parameter Description
Data Return this string's base 64 encoding.
See Also Decode64.
Example '#Language
"WWB.NET"
SubMain
Debug.Print
Encode64("Hello World!!") '"SGVsbG8gV29ybGQhIQ=="
EndSub