Contents
Display Legacy Contents

 Print
    Base64 Decode    
This Function returns a numeric, which is the ASCII decimal value of the specified Char.

Parameters

Value string
The string to decode.


     
Example 1
  Example 2
  Example 3
Base64Decode("S2FsaXBzbw==")

Result = Kalipso
  Base64Decode("RW5jb2Rl")

Result = Encode
  Base64Decode("VGV4dA==")

Result = Text

See also
Samples

 
Updated: 4/9/2018 6:38 PM