Utility_DecodeString()

Examples


The Utility_DecodeString() function decodes a string that was encoded by the Utility_EncodeString() function.

Syntax

Utility_DecodeString(source_string)

Parameters

source_string – The string to be decoded.

Return value

A string containing the value in decoded format.


Documentation Feedback