null
    The following is a list of properties for the function null:
| Property | Value | 
|---|---|
brief | Convert to data type null | 
category | null | 
description | Converts value to data type null returning null result. | 
errorsThrown | [ { "error": "cast_error", "reason": "value could not be converted" } ] | 
functionId | null | 
functionLabel | null | 
pure | true | 
parameters | [ { "description": "Value to convert", "name": "value" } ] | 
returns | { "dataType": "null", "description": "Converted value" } | 
useExecuteFunction | afw_function_execute_convert |