Examples
The Utility_DecodeString() function decodes a string that was encoded by the Utility_EncodeString() function.
Utility_DecodeString(source_string)
• source_string – The string to be decoded.
A string containing the value in decoded format.