SAXParser equivalent in C#
问题 I have below java code , I need to convert these in C#, Kindly help me .. public class Configuration { private ConfigContentHandler confHandler; public Configuration() { } public boolean parseConfigFile() throws Exception { boolean bReturn = true; SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); System.out.println("*** Start parsing"); try { confHandler = new ConfigContentHandler(100); // Configuration file must be located in main jar file folder // Set the full Prosper file