base64DecodeToByteArray Method (LTHelper)

Summary

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

Syntax

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

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