Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Version: Available or changed with runtime version 15.1.
Converts the value to a text. Equivalent to calling Format(value, 0, 0).
Syntax
Text := Boolean.ToText([Invariant: Boolean])
Parameters
Boolean
Type: Boolean
An instance of the Boolean data type.
[Optional] Invariant
Type: Boolean
If true, invariant formatting will be performed. Equivalent to calling Format(value, 0, 9).
Return Value
Text
Type: Text
The text representation of the value.
See Also
Boolean data type
Getting started with AL
Developing extensions