Table of Contents

TTMSFNCBitmapHelper.CreateFromBase64 Method

Creates and returns a new bitmap decoded from the specified Base64 string.

API unit family: TMSFNCTypes Declaring type: TTMSFNCBitmapHelper

Syntax

class function CreateFromBase64(ABase64: string): TTMSFNCBitmap;

Parameters

Name Description
ABase64 The Base64-encoded image data.

Returns

A new bitmap decoded from the Base64 string.