base64DecodeToArrayBuffer Method (LTHelper)

Summary

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

Syntax

JavaScript Syntax
base64DecodeToArrayBuffer = function(input)
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize