Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

SFU​.decodeXmlValue()

  • Last UpdatedAug 06, 2024
  • 1 minute read

Use decodeXmlValue() method to decode all characters in the encoded XML value.

The following encoded characters are decoded as follows:

Encoded Value

Decoded Value

&

&

'

'

"

"

<

<

&gt;

>

Syntax

sRetVal = SFU.decodeXmlValue(string);

Parameters

Parameter

Description

string

String to be decoded.

Return Value

This method returns a string value.

Example

// Decode encoded XML value.

SFU.decodeXmlValue("&quot;Developer&apos;s&quot; Guide");

//&quot;Developer&apos;s&quot; Guide is decoded as "Developer's" Guide.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in