Search Results

1
vote

Casting: (NewType) vs. Object as NewType

The parenthetical cast throws an exception if the cast attempt fails. The "as" cast returns null if the cast attempt fails. …