Logo
Explore Help
Sign In
iSharkFly-Docs/java-tutorials
1
0
Fork 0
You've already forked java-tutorials
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
java-tutorials/junit5/src/test/java/com/baeldung/StringUtils.java

12 lines
185 B
Java
Raw Normal View History

Junit5 (latest two commits) (#825) * PDF to X * PDF to X * Remove created doc * Code fixes and cleanup for PDF module * Fix web.xml in spring-mvc-web-vs-initializer project * Rollback web.xml * Fixes to PDF article * Merge with main eugen branch * Junit 5 * Fix name of test and modifier
2016-11-14 09:45:01 +01:00
package com.baeldung;
public final class StringUtils {
public static Double convertToDouble(String str) {
if (str == null) {
return null;
}
return Double.valueOf(str);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 159ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API