Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.18 KB

File metadata and controls

40 lines (32 loc) · 1.18 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonValue.AsChar() Method
Converts the value in a JsonValue to a Char data type.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

JsonValue.AsChar() Method

Version: Available or changed with runtime version 1.0.

Converts the value in a JsonValue to a Char data type.

Syntax

Result :=   JsonValue.AsChar()

Parameters

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

Return Value

Result
 Type: Char
If the JsonValue does not contain a number which can be converted without loss of precision to a Char, the operation will fail with a run-time error.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions