base64.to_string

base64.to_string

base64.to_string

Function

Returns the original text held in a base64 object.

Syntax

Parameters

No parameters.

Return value

TypeDescription
StringReturns the text passed in during construction.

Example

Notes

  • No encoding or decoding will be performed.