strconv

package standard library
master (b325151) Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Atoi

func Atoi(s string) (int, bool)

Atoi is like Atoi64 but for integers that fit into an int.

func Atoi32

func Atoi32(s string) (int32, bool)

Atoi32 is like Atoi but for integers that fit into an int32.

func Atoi64

func Atoi64(s string) (int64, bool)

Atoi64 parses an int64 from a string s. The bool result reports whether s is a number representable by a value of type int64.

Types

This section is empty.

Jump to

Keyboard shortcuts

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