base64DecodeToArrayBuffer Method

Summary

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

Syntax
TypeScript
JavaScript
base64DecodeToArrayBuffer = function( 
   input 
) 
static base64DecodeToArrayBuffer( 
   input: string 
): any; 

Parameters

input

Input string containing the Base 64 encoded value.

Return Value

An array buffer 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