strconv

package
v0.0.0-...-375d9ab Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:51 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendBool

func AppendBool(dst []byte, b bool) []byte

func AppendFloat

func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte

func AppendInt

func AppendInt(dst []byte, i int64, base int) []byte

func AppendQuote

func AppendQuote(dst []byte, s string) []byte

func AppendQuoteRune

func AppendQuoteRune(dst []byte, r rune) []byte

func AppendQuoteRuneToASCII

func AppendQuoteRuneToASCII(dst []byte, r rune) []byte

func AppendQuoteRuneToGraphic

func AppendQuoteRuneToGraphic(dst []byte, r rune) []byte

func AppendQuoteToASCII

func AppendQuoteToASCII(dst []byte, s string) []byte

func AppendQuoteToGraphic

func AppendQuoteToGraphic(dst []byte, s string) []byte

func AppendUint

func AppendUint(dst []byte, i uint64, base int) []byte

func Atoi

func Atoi(s string) (int, error)

func CanBackquote

func CanBackquote(s string) bool

func FormatBool

func FormatBool(b bool) string

func FormatFloat

func FormatFloat(f float64, fmt byte, prec, bitSize int) string

func FormatInt

func FormatInt(i int64, base int) string

func FormatUint

func FormatUint(i uint64, base int) string

func IsGraphic

func IsGraphic(r rune) bool

func IsPrint

func IsPrint(r rune) bool

func Itoa

func Itoa(i int) string

func NumErrorError

func NumErrorError(e *strconv.NumError) string

func NumErrorUnwrap

func NumErrorUnwrap(e *strconv.NumError) error

func ParseBool

func ParseBool(str string) (bool, error)

func ParseFloat

func ParseFloat(s string, bitSize int) (float64, error)

func ParseInt

func ParseInt(s string, base int, bitSize int) (int64, error)

func ParseUint

func ParseUint(s string, base int, bitSize int) (uint64, error)

func Quote

func Quote(s string) string

func QuoteRune

func QuoteRune(r rune) string

func QuoteRuneToASCII

func QuoteRuneToASCII(r rune) string

func QuoteRuneToGraphic

func QuoteRuneToGraphic(r rune) string

func QuoteToASCII

func QuoteToASCII(s string) string

func QuoteToGraphic

func QuoteToGraphic(s string) string

func Unquote

func Unquote(s string) (string, error)

func UnquoteChar

func UnquoteChar(s string, quote byte) (rune, bool, string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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