Is it possible to get more decimal precision than the decimal
type in C#? According to MSDN, the decimal
type can store up to 29 significant digits, however I am wondering if it possible to store more than that and how to go about doing so.
Thanks in advance.