-
public final class NumberExtKt
-
-
Method Summary
Modifier and Type Method Description final static StringtoHexString(Integer $self)Converts Int into hexadecimal representation. final static StringtoHexString(Long $self)Converts Long into hexadecimal representation. final static StringtoHexString(BigInteger $self)Converts BigInteger into hexadecimal representation. -
-
Method Detail
-
toHexString
final static String toHexString(Integer $self)
Converts Int into hexadecimal representation.
-
toHexString
final static String toHexString(Long $self)
Converts Long into hexadecimal representation.
-
toHexString
final static String toHexString(BigInteger $self)
Converts BigInteger into hexadecimal representation.
-
-
-
-