Select from following answers:- StreamWriter
- XmlTextWriter
- BinaryWriter

- None of these
- All Above
BinaryWriter allows us to store decimal data precisely.
It has got the appropriate functions for that.
StreamWriter and XmlTextWriter write data in ASCII
format.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator