base64Decode Method

Summary

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

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