oc-number-js

kotlin number extension library

License

License

ISC
Categories

Categories

JavaScript Languages
GroupId

GroupId

com.github.oc-soft
ArtifactId

ArtifactId

oc-number-js
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

oc-number-js
kotlin number extension library
Project URL

Project URL

https://github.com/oc-soft/number-extension-kt
Project Organization

Project Organization

oc-soft
Source Code Management

Source Code Management

https://github.com/oc-soft/number-extension-kt#Number-extension-extension-for-kotlin

Download oc-number-js

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.4.10

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10

Project Modules

There are no modules declared in this project.

Number extersion for kotlin

This is very simple number extension library for kotlin.

Stringify with width

You can control string width on intetger string output.

import net.ocsoft.toString
fun main() {
    println(123.toString(16, 5))
}

You get the followings.

0007b
com.github.oc-soft

Versions

Version
0.1.1
0.1.0