K
Krish
Hi,
How to convert "1283912839E-5" string (in scientific format) to a decimal.
Convert.ToDecimal("1283912839E-5") is throwing "Input string is not in
correct format" exception. Is the exponential format not supported during
conversion?
I think we need to use NumberFormatInfo, but dont know how to use the format
specifiers in the NumberFormatInfo.
Thanks in advance.
How to convert "1283912839E-5" string (in scientific format) to a decimal.
Convert.ToDecimal("1283912839E-5") is throwing "Input string is not in
correct format" exception. Is the exponential format not supported during
conversion?
I think we need to use NumberFormatInfo, but dont know how to use the format
specifiers in the NumberFormatInfo.
Thanks in advance.