public class NumberUtils extends Object
| Constructor and Description |
|---|
NumberUtils() |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
toBigInteger(Object source)
Converts a source object to ta
BigInteger. |
public static BigInteger toBigInteger(Object source)
BigInteger.source - the source to convertCopyright © 2022. All rights reserved.