Skip to content

Instantly share code, notes, and snippets.

@Frogli
Created July 3, 2018 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frogli/4a59f37014cbb1117eb83cb20a18cb82 to your computer and use it in GitHub Desktop.
Save Frogli/4a59f37014cbb1117eb83cb20a18cb82 to your computer and use it in GitHub Desktop.
An example how to use the bintobase64 function
Calculate charValue as 'Hello World'
Do chartoutf8(charValue) Returns binValue
Do bintobase64(binValue) Returns base64Bin
Do utf8tochar(base64Bin) Returns base64value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment