Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.1.7.63. encodeBase64
Returns a new string that is the base64 encoded version of the receiving string.
Example 5.101. String class — encodeBase64 method
Say
"
abcdef
"
~
encodeBase64
--> "YWJjZGVm"
Prev
5.1.7.62. delWord
Up
Home
Next
5.1.7.64. endsWith