IOFileConverter.Convert Method Definition Converts the given source file to the target format. public abstract IOFile Convert(IOFile source); Parameters Name Type Description source IOFile The source file to convert. Returns IOFile The converted file.