Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 1.0.
Converts the value in a JsonValue to a Boolean data type.
Syntax
Result := JsonValue.AsBoolean()
Parameters
JsonValue
Type: JsonValue
An instance of the JsonValue data type.
Return Value
Result
Type: Boolean
The operation will succeed if the value was created from a Boolean using SetValue or if the value was parsed from a string containing one of the values : true or false. The operation will fail with a run-time error otherwise.
Related information
JsonValue Data Type
Get Started with AL
Developing Extensions