Hi,
I recently used something along the lines of:
VB Code:
Dim d As Double = 5078927777236477 Dim s As String = d.ToString("N") Debug.WriteLine(s)
...and the resulting string isn't the correct representation of the number. I run into this when I displayed a debit card number. Anyone knows what's the problem ?
Cheers,
NTG




Reply With Quote