1 out of 1 rated this helpful - Rate this topic

Unescape Function

Decodes a string encoded with the Escape function.


                      Unescape(
                      charString
                      )
                    
charString

Required. String expression to be decoded.

The Unescape function returns a string (in Unicode format) that contains the contents of charString. ASCII character set equivalents replace all characters encoded with the %xx hexadecimal form. Characters encoded in %uxxxx format (Unicode characters) are replaced with the Unicode character with hexadecimal encoding xxxx.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ