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
byte
to
char
in
C#
28992 hits
byte vIn = 0;
char vOut = Convert.ToChar(vIn);
The most viewed convertions in C#
Convert
int
to
long
in
C#
93346 hits
Convert
int
to
double
in
C#
76687 hits
Convert
double
to
float
in
C#
72997 hits
Convert
int
to
short
in
C#
65504 hits
Convert
string
to
long
in
C#
62762 hits
Convert
int
to
decimal
in
C#
58907 hits
Convert
int
to
float
in
C#
51976 hits
Convert
long
to
string
in
C#
47014 hits
Convert
double
to
long
in
C#
44158 hits
Convert
byte
to
int
in
C#
39466 hits
Convert
long
to
int
in
C#
38573 hits
Convert
string
to
short
in
C#
34245 hits
Convert
float
to
int
in
C#
30337 hits
Convert
string
to
ulong
in
C#
29668 hits
Convert
string
to
ushort
in
C#
29155 hits
Convert
byte
to
char
in
C#
28992 hits
Convert
int
to
ushort
in
C#
28817 hits
Convert
long
to
double
in
C#
26636 hits
Convert
byte[]
to
decimal
in
C#
26602 hits
Convert
decimal
to
long
in
C#
25004 hits