itoa

Constants & Variables

hex const #

const hex = "0123456789abcdef"

Functions

Itoa function #

Itoa converts val to a decimal string.

func Itoa(val int) string

Uitoa function #

Uitoa converts val to a decimal string.

func Uitoa(val uint) string

Uitox function #

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

func Uitox(val uint) string

Generated with Arrow