Select from following answers:- as operator
- type keyword
- dynamic keyword
- All Above
The as operator will return null if the conversion failed. If it succeeds, it
will return the converted object.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator