Format

  • Thread starter Thread starter ruca
  • Start date Start date
Hi Ruca,

Some people love to give C++ answers instead of the cast answers.

Dim numericString As String = "342,35"
' Or "342.45" as that is used in the current.globalization.
Dim doublevalue As Double = CDbl(numericString)

Cor
 
Back
Top