yellowfeather / DbfDataReader

DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files
MIT License
134 stars 61 forks source link

Update DbfValueMemo.cs to use `TryParse` rather than `Parse`. #187

Closed ndudas1 closed 1 year ago

ndudas1 commented 1 year ago

This handles an error case where a null character '\0' is the byte content and during parsing into the startBlock a FormatException is thrown.

ndudas1 commented 1 year ago

@chrisrichards can you review?