DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
CDbl Function In Vb.net
CDbl function in vb.net
Dim a As Decimal Dim b As Double a = 1254.76854D b = CDbl(a * 8.2D * 0.01D)





