Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
function Base64Decode(data_in: String, WideChar: Boolean)

Method arguments:

  1. data_in - required argument. Set a line that should be decoded in Base64;
  2. WideChar - required argument. Determines coding type. Can take 0 or 1 values. If coding type is Unicode, argument value is 1, otherwise 0.

...