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 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.