Commit 42f651e
committed
Solves Casting String to GUID
When retrieving a string from the database and trying to map it to a
GUID the safe convert would throw an exception and return null. This
allows for converting strings to GUIDS if possible.1 parent 65baeba commit 42f651e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
357 | 359 | | |
358 | 360 | | |
359 | 361 | | |
| 362 | + | |
| 363 | + | |
360 | 364 | | |
361 | 365 | | |
362 | 366 | | |
| |||
0 commit comments