decompile
The following is a list of properties for the function decompile
:
Property | Value |
---|---|
brief | Decompile value |
category | compiler |
description | Decompile an adaptive value to string. |
functionId | decompile |
functionLabel | decompile |
pure | true |
parameters | [ { "description": "Value to decompile.", "name": "value" }, { "description": "Add whitespace for readability if present and not 0. This parameter can be an integer between 0 and 10 or a string that is used for indentation. If 0 is specified, no whitespace is added to the resulting string. If 1 through 10 is specified, that number of spaces is used.", "name": "whitespace", "optional": true } ] |
returns | { "dataType": "string", "description": "Decompiled value." } |