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
double
float
int
long
short
String
To :
boolean
byte
byte[]
char
double
float
int
long
short
String
Convert
boolean
to
char
in
Java
19316 hits
boolean vIn = true;
char vOut = (char)(vIn?1:0); //0x01
The most viewed convertions in Java
Convert
long
to
double
in
Java
45435 hits
Convert
byte
to
boolean
in
Java
41132 hits
Convert
boolean
to
byte[]
in
Java
31352 hits
Convert
long
to
short
in
Java
29357 hits
Convert
long
to
boolean
in
Java
25429 hits
Convert
boolean
to
byte
in
Java
25365 hits
Convert
char
to
double
in
Java
25340 hits
Convert
boolean
to
int
in
Java
24355 hits
Convert
char
to
boolean
in
Java
21952 hits
Convert
char
to
long
in
Java
21811 hits
Convert
byte
to
char
in
Java
20802 hits
Convert
char
to
float
in
Java
20764 hits
Convert
int
to
short
in
Java
20533 hits
Convert
boolean
to
double
in
Java
19888 hits
Convert
short
to
boolean
in
Java
19593 hits
Convert
boolean
to
char
in
Java
19316 hits
Convert
long
to
float
in
Java
19233 hits
Convert
double
to
boolean
in
Java
18099 hits
Convert
long
to
char
in
Java
17713 hits
Convert
float
to
long
in
Java
17168 hits