public static decimal?ParseNullableDecimal(Revenj.Utility.BufferedTextReader reader, int context) { return(DecimalConverter.ParseNullable(reader)); }