package itoa

import "internal/itoa"

Index

Functions

func Itoa

func Itoa(val int) string

Itoa converts val to a decimal string.

func Uitoa

func Uitoa(val uint) string

Uitoa converts val to a decimal string.

func Uitox

func Uitox(val uint) string

Uitox converts val (a uint) to a hexadecimal string.

Source Files

itoa.go

Version
v1.22.8
Published
Sep 28, 2024
Platform
js/wasm
Last checked
now

Tools for package owners.