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