Error processing SSI file
LEADTOOLS JavaScript (Leadtools)
Products
|
Support
|
Email
a link to this topic. |
Send comments
on this topic. | Back to
Introduction
| Help Version 19.0.4.3
Base64Decode Method
Show in webframe
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: JavaScript
JavaScript
Input string containing the Base 64 encoded value.
Decodes a Base 64 encoded string and returns the result as a byte array.
Syntax
JavaScript
function
Leadtools.LTHelper.base64Decode(
input
)
Parameters
Parameter
Type
Description
input
string
Input string containing the Base 64 encoded value.
Return Value
Type
Description
byte
A byte array that contains the decoded values.
See Also
Reference
LTHelper Object
LTHelper Members
Error processing SSI file