Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.07 KB

textbuilder-totext--method.md

File metadata and controls

38 lines (32 loc) · 1.07 KB
title description ms.author ms.date ms.topic author ms.reviewer
TextBuilder.ToText() Method
Converts the value of this TextBuilder instance to a Text.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TextBuilder.ToText() Method

Version: Available or changed with runtime version 1.0.

Converts the value of this TextBuilder instance to a Text.

Syntax

Result :=   TextBuilder.ToText()

Parameters

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

Return Value

Result
 Type: Text
The result text.

See Also

TextBuilder Data Type
Get Started with AL
Developing Extensions