Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.ConvertFloatToString Method

Converts a floating-point number to a compact decimal string suitable for PDF stream output.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

function ConvertFloatToString(AValue: Extended): String;

Parameters

Name Description
AValue Value to convert.

Returns

Compact decimal string with trailing zeros removed.