xuyi
9/25/2019 - 1:58 AM

StringToDecimal

decimal runTimeValue = 0;
decimal.TryParse(runTime, out runTimeValue);
processItem.RUN_TIME = runTimeValue;