mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
commit
949dd9bbb5
@ -1972,7 +1972,7 @@ public class NumberUtil {
|
||||
* @param number A Number
|
||||
* @return A String.
|
||||
*/
|
||||
public static String toStr(Number number) {
|
||||
public static String toStr(Number number) {
|
||||
Assert.notNull(number, "Number is null !");
|
||||
|
||||
// BigDecimal单独处理,使用非科学计数法
|
||||
|
Loading…
x
Reference in New Issue
Block a user