Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 15.0.
Converts the value to a text. Equvilant 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.
Related information
BigInteger data type
Getting started with AL
Developing extensions