EncodeBase64 STD.Str.EncodeBase64 STD.Str.EncodeBase64 Str.EncodeBase64 EncodeBase64 ( value ) value A DATA value containing the data to encode. Return: EncodeBase64 returns a STRING value. The EncodeBase64 function returns a STRING containing the binary data encoded in Base64. Example: IMPORT STD; dat:=X'0102030405'; EncodedStr:= STD.Str.EncodeBase64(dat); EncodedStr; See Also: DecodeBase64