Internet Direct (Indy) Version 9.0.1 Beta
TIdDecoder.DecodeString
Class function providing access to decoding of String values.

class function DecodeString(AIn: string): string;
Parameters
AIn: string
Value to be decoded.

Returns
String - Decoded value of the input parameter.

Description
DecodeString is a class function in TIdDecoder that provides access to decoding of the String value in AIn. DecodeString creates a temporary instance of TIdDecoder, and calls the DecodeToString method to get the return value. The temporary instance of TIdDecoder is freed before exiting from the DecodeString method.