Parsing Error
Trying to take a string then parse it to the correct format for decimal and dateonly for a CSV file yet the first record works fine but the subsequent records are showing an error? I'm very new to C# so having a bit of trouble figuring this one out
CS1503 Argument 1: cannot convert from 'string' to 'System.IFormatProvider?'
CS1503 Argument 1: cannot convert from 'string' to 'System.IFormatProvider?'

