A
Adam Klobukowski
Hello
I need to convert some strings int doubles.
Unfortunetly strings do not follow my country culture standarts (we use
, to separate decimal from fraction, but strings use . there etc.).
Also, I have to convert those doubles back to strings, and I need to use
other standars then my culture (ie. use . instead of ,).
The first case (when using standard functions) causes exceptions. The
latter one proble is that ToString() is not good as it follows culture
standards.
How can I convert doubles to strings back and forth using custom culture
standard?
I need to convert some strings int doubles.
Unfortunetly strings do not follow my country culture standarts (we use
, to separate decimal from fraction, but strings use . there etc.).
Also, I have to convert those doubles back to strings, and I need to use
other standars then my culture (ie. use . instead of ,).
The first case (when using standard functions) causes exceptions. The
latter one proble is that ToString() is not good as it follows culture
standards.
How can I convert doubles to strings back and forth using custom culture
standard?