htmlDecode (Client API reference)
Converts a string that has been HTML-encoded into a decoded string.
Syntax
Xrm.Encoding.htmlDecode(arg)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
arg |
String | Required | HTML-encoded string to be decoded. |
Return Value
Type: String
Description: Decoded string.