ghi-electronics/TinyCLR-Libraries

Double ToString() issue

Palomino34 opened this issue · 1 comments

https://forums.ghielectronics.com/t/duino-as-usb-client-no-access-to-uart5-for-debugging/24444/4

double test = 2147483648.0
string test_str = test.ToString() > 2147483647.0

Fixed