get

inline operator fun Int.get(format: String): String

Returns string representation of Int according to format.

See also

inline operator fun Long.get(format: String): String

Returns string representation of Long according to format.

See also

inline operator fun UInt.get(format: String): String

Returns string representation of UInt according to format.

See also

inline operator fun ULong.get(format: String): String

Returns string representation of ULong according to format.

See also

inline operator fun BigInteger.get(format: String): String

Returns string representation of BigInteger according to format.

See also