Есть например такой код(VB.NET):
Dim str As String = "1.2465"
Dim sng As Single
sng = CSng(str)
Выдает ошибку:
An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll
Additional information: Cast from string "1.2465" to type 'Single' is not valid.
Что за фигня, почему не преобразовывает ???
Заранее спасибо.