You can convert a long to String using the toString() method of Long wrapper class as follows.
long l = 42; String str = Long.toString(l);
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.