Edit

Share via


Guid.ToText([Boolean]) Method

Version: Available or changed with runtime version 15.1.

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

Syntax

Text :=   Guid.ToText([Invariant: Boolean])

Parameters

Guid
 Type: Guid
An instance of the Guid 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

Guid data type
Getting started with AL
Developing extensions