Decodes a Base 64 encoded string and returns the result as a byte array.
base64DecodeToByteArray = function(
input
)
static base64DecodeToByteArray(
input: string
): number[];
input
Input string containing the Base 64 encoded value.
A byte array that contains the decoded values.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET