Dim Cek_vRATIO As Double
If Double.TryParse(vRATIO, Cek_vRATIO) Then
.EstimateRatio = Cek_vRATIO
Else
.EstimateRatio = 0
End If
If Double.TryParse(vRATIO, Cek_vRATIO) Then
.EstimateRatio = Cek_vRATIO
Else
.EstimateRatio = 0
End If
Media Berbagi Untuk Dunia Pemrograman VB.Net Dan C# Indonesia
Comments
Post a Comment