Type | Description | |||
Text64 as String | A String expression ( the string to be decoded ) that defines the string being encoded using the Encode64Text property. | |||
String | A String expression ( the original string ) that indicates the decoded text. |
The Decode64Text property returns the same result as Decode64TextA property, if running the ANSI version, or Decode64TextW property is running the UNICODE version of the eXPrint component. The Version property of the control specifies whether you are running the ANSI or UNICODE version. If the Version property includes the UNICODE string, it means that you are running the UNICODE version, else it is the ANSI version.