base64Decode Method

Summary

Decodes a Base 64 encoded string and returns the result as a byte array.

Syntax
TypeScript
JavaScript
base64Decode = function( 
   input 
) 
static base64Decode( 
   input: string 
): number[]; 

Parameters

input

Input string containing the Base 64 encoded value.

Return Value

A byte array that contains the decoded values.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly