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
CBool Function In Vb.net
CBool function in vb.net
Dim a, b, c As Integer Dim chk As Boolean a = 2 b = 2 chk = CBool(a = b) c = 0 chk = CBool(c)





