Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.12 KB

File metadata and controls

43 lines (35 loc) · 1.12 KB
title BigInteger.ToText() Method
description Converts the value to a text.
ms.author solsen
ms.date 05/22/2026
ms.topic reference
author SusanneWindfeldPedersen
ms.reviewer solsen

BigInteger.ToText() Method

Version: Available or changed with runtime version 15.0.

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

Syntax

Text :=   BigInteger.ToText()

Parameters

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

Return Value

Text
 Type: Text
The text representation of the value.

TESTTESTTEST

Remarks

TESTTESTTEST

Related information

BigInteger data type
Getting started with AL
Developing extensions