Beispiel #1
0
        public string GetData()
        {
            ExternalTool decoder = SelectTool(extension, ppFormatIndex, true);

            if (decoder == null)
            {
                throw new Exception("No tool registered for " + extension + " supports decoding of ppFormat " + ppFormat.Array[ppFormatIndex]);
            }
            return(decoder.ConvertToText(Parser.contents));
        }