Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Base64Decode Method

Show in webframe
Input string containing the Base 64 encoded value.
Decodes a Base 64 encoded string and returns the result as a byte array.
Syntax
 function Leadtools.LTHelper.base64Decode( 
   input 
)

Parameters

ParameterTypeDescription
inputstringInput string containing the Base 64 encoded value.

Return Value

TypeDescription
byte A byte array that contains the decoded values.
See Also

Reference

LTHelper Object
LTHelper Members

Error processing SSI file