strconv2

package
v0.0.0-...-8bf096c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2019 License: MIT Imports: 1 Imported by: 26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Int64ToFloat64

func Int64ToFloat64(i int64) (float64, error)

func Int64ToStr

func Int64ToStr(i int64) string

func IntToFloat64

func IntToFloat64(i int) (float64, error)

func IntToStr

func IntToStr(i int) string

IntToStr is shorthand for `strconv.Itoa(i)`.

func StrToFloat64

func StrToFloat64(s string) (float64, error)

func StrToInt

func StrToInt(s string) (int, error)

StrToInt is shorthand for `strconv.Atoi(s)`.

func StrToInt64

func StrToInt64(s string) (int64, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL