fileNameWithExtension - the filename and extension for the file created from the decoded Base64 text.
If a filename and extension are not specified in the fileNameWithExtension parameter, Base64Decode returns the container content with a generic filename and extension but does not change the content’s data format.
Base64Decode(Products::Base64;"question.png") returns
when Products::Base64 is set to a string that begins with "iVBORw0KGgoAAAANSUhEUgAAAB8". The Base64 string in this example was shortened for readability.