public static int ParseInt(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(IntConverter.Parse(reader));
 }