ConvertDataTypes
.com
Convert data types programming in one click !
Languages :
C
-
C++
-
Objective C
-
Java
-
JavaScript
-
Python
-
C#
-
VB
-
VB.net
Convert :
bool
byte
byte[]
char
decimal
double
float
int
long
sbyte
short
string
uint
ulong
ushort
To :
bool
byte
byte[]
char
decimal
double
float
int
long
sbyte
short
string
uint
ulong
ushort
Convert
bool
to
byte
in
C#
11157 hits
bool vIn = true;
byte vOut = Convert.ToByte(vIn);
The most viewed convertions in C#
Convert
int
to
long
in
C#
146980 hits
Convert
int
to
double
in
C#
136346 hits
Convert
double
to
float
in
C#
116306 hits
Convert
int
to
short
in
C#
103139 hits
Convert
string
to
long
in
C#
90058 hits
Convert
int
to
decimal
in
C#
82798 hits
Convert
int
to
float
in
C#
79647 hits
Convert
double
to
long
in
C#
77500 hits
Convert
byte
to
int
in
C#
61860 hits
Convert
long
to
string
in
C#
61372 hits
Convert
long
to
int
in
C#
60982 hits
Convert
string
to
short
in
C#
57184 hits
Convert
byte
to
char
in
C#
55036 hits
Convert
string
to
ulong
in
C#
54787 hits
Convert
float
to
int
in
C#
50412 hits
Convert
int
to
ushort
in
C#
49848 hits
Convert
string
to
ushort
in
C#
48271 hits
Convert
float
to
byte[]
in
C#
42609 hits
Convert
byte[]
to
decimal
in
C#
41416 hits
Convert
long
to
double
in
C#
40633 hits