2019-10-31 21:43:47 -04:00
|
|
|
## Java String Conversions
|
|
|
|
|
|
|
|
This module contains articles about string conversions from/to another type.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Converting String to Stream of chars](https://www.baeldung.com/java-string-to-stream)
|
|
|
|
- [Converting Strings to Enums in Java](https://www.baeldung.com/java-string-to-enum)
|
|
|
|
- [Convert a String to Title Case](https://www.baeldung.com/java-string-title-case)
|
|
|
|
- [Convert java.util.Date to String](https://www.baeldung.com/java-util-date-to-string)
|
|
|
|
- [Converting a Stack Trace to a String in Java](https://www.baeldung.com/java-stacktrace-to-string)
|
|
|
|
- [Image to Base64 String Conversion](https://www.baeldung.com/java-base64-image-string)
|
|
|
|
- [Convert a Comma Separated String to a List in Java](https://www.baeldung.com/java-string-with-separator-to-list)
|
2022-01-20 05:08:58 -05:00
|
|
|
- [Convert String to Double in Java](https://www.baeldung.com/java-string-to-double)
|
2022-09-23 05:32:06 -04:00
|
|
|
- [Convert char to String in Java](https://www.baeldung.com/java-convert-char-to-string)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Convert String to int or Integer in Java](https://www.baeldung.com/java-convert-string-to-int-or-integer)
|
2022-06-14 01:15:30 -04:00
|
|
|
- More articles: [[next -->]](/core-java-modules/core-java-string-conversions-2)
|