Updated README.md
added link back to the article: https://www.baeldung.com/java-integer-parseint-vs-valueof also updated the link for More articles from "/core-java-string-conversions" to "/core-java-modules/core-java-string-conversions"
This commit is contained in:
parent
ede9aa9109
commit
4a59d16d5a
|
@ -11,4 +11,5 @@ This module contains articles about string conversions from/to another type.
|
||||||
- [Convert a String to Camel Case](https://www.baeldung.com/java-string-to-camel-case)
|
- [Convert a String to Camel Case](https://www.baeldung.com/java-string-to-camel-case)
|
||||||
- [Convert a ByteBuffer to String in Java](https://www.baeldung.com/java-bytebuffer-to-string)
|
- [Convert a ByteBuffer to String in Java](https://www.baeldung.com/java-bytebuffer-to-string)
|
||||||
- [Convert String to Float and Back in Java](https://www.baeldung.com/java-string-to-float)
|
- [Convert String to Float and Back in Java](https://www.baeldung.com/java-string-to-float)
|
||||||
- More articles: [[<-- prev]](/core-java-string-conversions)
|
- [Difference Between parseInt() and valueOf() in Java](https://www.baeldung.com/java-integer-parseint-vs-valueof)
|
||||||
|
- More articles: [[<-- prev]](/core-java-modules/core-java-string-conversions)
|
||||||
|
|
Loading…
Reference in New Issue