Edit

Share via


Decimal.ToText() Method

Version: Available or changed with runtime version 15.0.

Converts the value to a text. Equvilant to calling Format(value, 0, 0).

Syntax

Text :=   Decimal.ToText()

Parameters

Decimal
 Type: Decimal
An instance of the Decimal data type.

Return Value

Text
 Type: Text
The text representation of the value.

Decimal data type
Getting started with AL
Developing extensions