convertToBase64 Method

Summary

Converts an array of byte to Base64 string.

Syntax
TypeScript
JavaScript
convertToBase64 = function( 
   arrayBuffer 
) 
static convertToBase64( 
   arrayBuffer: number[] 
): string; 

Parameters

arrayBuffer

The input array buffer to convert to Base64 string.

Return Value

The converted Base64 string

Remarks

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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