No modif Code tabulation
This commit is contained in:
parent
5b36b312ce
commit
b9a9fe3a0a
1 changed files with 9 additions and 8 deletions
|
@ -33,6 +33,7 @@ public class SafeParse {
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Float stringToFloat(String input) {
|
public static Float stringToFloat(String input) {
|
||||||
Float result = 0f;
|
Float result = 0f;
|
||||||
input = input.replace(",", ".");
|
input = input.replace(",", ".");
|
||||||
|
|
Loading…
Reference in a new issue