How can you store decimals data precisely from .NET?
Interview question and answer by:
Ddd | Posted on: 3/16/2011 | Category:
.NET Framework Interview questions | Views: 2340 | |
Points: 40
Select from following answers:- StreamWriter
- XmlTextWriter
- BinaryWriter
 - None of these
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
Found interesting? Add this to: