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.