Web Formulas in Windows Forms Calculation Engine (Calculate)
19 May 2020 / 1 minute to read
ENCODEURL
The EncodeURL
function retrieves an URL-encoded string.
Syntax:
ENCODEURL(name)
where:
- name denotes a string that is to be URL encoded.
WEBSERVICE
The Webservice
function returns data from a web service on the Internet or Intranet.
Syntax:
WEBSERVICE(url)
where:
- url of the web service to be called.
FILTERXML
The Filterxml
function returns specific data from XML content by using the specified xpath.
Syntax:
FILTERXML(xml, xpath)
where:
-
xml is a string in valid XML format.
-
xpath is a string in standard XPath format.
NOTE
The above formulas will not be supported for Xamarin.Forms,Xamarin.Android,Xamarin.iOS and .NETCore.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page