base64DecodeToByteArray Method

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly