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