'To get without round up Dim d As Decimal = 78.9 Dim i As Integer = Convert.ToInt32(d) 'this code will give with round up Dim d1 As Decimal = 78.9 Dim j As Integer = Math.Round(d1)
Thanks & RegardsG.RenganathanNothing is mine ,Everything is yours!!!