16 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | ## 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) | ||
|  | - [Converting Java String to Double](https://www.baeldung.com/java-string-to-double) | ||
|  | - [Convert Char to String in Java](https://www.baeldung.com/java-convert-char-to-string) | ||
|  | - [Convert String to int or Integer in Java](https://www.baeldung.com/java-convert-string-to-int-or-integer) | ||
|  | - More articles: [[next -->]](/core-java-string-conversions-2) |