public static String ConvertToString(this OutputFormat eff) { return((eff == OutputFormat.outpdf) ? "out/pdf" : Enum.GetName(eff.GetType(), eff)); }
public static String ConvertToString(this OutputFormat outputFormat) { return((outputFormat == OutputFormat.outpdf) ? "out/pdf" : Enum.GetName(outputFormat.GetType(), outputFormat)); }