ConvertDataTypes
.com
Convert data types programming in one click !
Languages :
C
-
C++
-
Objective C
-
Java
-
JavaScript
-
Python
-
C#
-
VB
-
VB.net
Convert :
Boolean
Byte
Byte()
Char
Decimal
Double
Integer
Long
SByte
Short
Single
String
UInteger
ULong
UShort
To :
Boolean
Byte
Byte()
Char
Decimal
Double
Integer
Long
SByte
Short
Single
String
UInteger
ULong
UShort
Convert
Char
to
Byte
in
VB.net
30349 hits
Dim vIn As Char = "0"
Dim vOut As Byte = Convert.ToByte(vIn)
The most viewed convertions in VB.net