Esempio n. 1
0
 protected override decimal ParseValue(string rawData)
 {
     return(ColumnParsingHelper.ParsePrice(rawData));
 }