Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

ndudas1
Copy link
Contributor

@ndudas1 ndudas1 commented May 18, 2023

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

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 ndudas1 marked this pull request as draft May 25, 2023 14:48
@ndudas1 ndudas1 marked this pull request as ready for review May 25, 2023 14:52
@ndudas1
Copy link
Contributor Author

ndudas1 commented Jun 12, 2023

@chrisrichards can you review?

@chrisrichards chrisrichards merged commit f175c9a into yellowfeather:main Jun 12, 2023
1 check passed
@ndudas1 ndudas1 deleted the patch-1 branch June 12, 2023 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants