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
Base64DecodeToArrayBuffer 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 an array buffer.
Syntax
JavaScript
function
Leadtools.LTHelper.base64DecodeToArrayBuffer(
input
)
Parameters
Parameter
Type
Description
input
string
Input string containing the Base 64 encoded value.
Return Value
Type
Description
Object
An array buffer that contains the decoded values.
See Also
Reference
LTHelper Object
LTHelper Members
Error processing SSI file