Exemplo n.º 1
0
 public static List <decimal> ParseListDecimal(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(DecimalConverter.ParseCollection(reader, context));
 }