C#C
C#3y ago
52 replies
SCOLANATOR

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?'
Screenshot_2023-12-14_at_14.17.31.png
Was this page helpful?