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.60. decodeBase64
Returns a new string containing the decoded version of the base64 encoded receiving string. If the receiving string is not in base64 format, an error results.
Example 5.98. String class — decodeBase64 method
Say
"
YWJjZGVm
"
~
decodeBase64
--> "abcdef"
Prev
5.1.7.59. dataType
Up
Home
Next
5.1.7.61. delStr