🔍🔊 [JAVA] String을 Boolean으로 변환하기 🔊🔍
·
개발중/Java
📌 Boolean.parseBoolean String strBoolean = "true" Boolean bbb = Boolean.parseBoolean(strBoolean);