Converts character data into ASCII text by using Base 64 encoding.
Category: | Character |
Alignment: | Left |
specifies the width of the output field.
Default | The length of the output is the length of the input variable; if the input variable’s length is undefined, the default length is 1. |
Range | 1–32767 |
Statements
|
Results
|
---|---|
select put ('FCA01A7993BC', $base64x64.); |
RkNBMDFBNzk5M0JD |
select put ('MyPassword', $base64x64.); |
TXlQYXNzd29yZA== |
select put ('www.mydomain.com/myhiddenURL', $base64x64.); |
d3d3Lm15ZG9tYWluLmNvbi9teWhpZGRlblVSTA== |