Encodes a byte array as Base 64 and returns the result.
base64Encode = function(input, removeLinefeed)
static base64Encode(input: number[], removeLinefeed: boolean): string;
input
Input byte array
removeLinefeed
If true, then any line feed characters (hex values 10 followed by 13) will be removed and not encoded in the final result.
Otherwise; line feed characters will be encoded in the final result.
A string that contains the resulting Base 64 encoded value.
Products |
Support |
Feedback: base64Encode Method (LTHelper) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|