strconvs

package
v0.5.18 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 3 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
hex_to_dec.go strconvs_hex_to_dec 16進数文字列を10進数に変換するサンプルです.
bin_to_dec.go strconvs_bin_to_dec 2進数文字列を10進数に変換するサンプルです.
dec_to_dec.go strconvs_dec_to_dec 10進数文字列を10進数に変換するサンプルです.
hex_to_bin.go strconvs_hex_to_bin 16進数文字列を2進数文字列に変換するサンプルです.
bin_to_hex.go strconvs_bin_to_hex 2進数文字列を16進数文字列に変換するサンプルです.
parseint_tips_bitsize.go strconvs_parseint_tips_bitsize strconv.ParseInt() の第3引数 bitSize を指定する際のTipsです。
parseint_tips_basevalue.go strconvs_parseint_tips_base strconv.ParseInt() の第2引数 base を指定する際のTipsです。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BinToDec added in v0.4.0

func BinToDec() error

BinToDec -- 2進数文字列を10進数に変換するサンプルです.

REFERENCES

func BinToHex added in v0.4.0

func BinToHex() error

BinToHex -- 2進数文字列から16進数文字列へ変換するサンプルです。

func DecToDec added in v0.4.0

func DecToDec() error

DecToDec -- 10進数文字列を10進数に変換するサンプルです.

REFERENCES

func HexToBin added in v0.4.0

func HexToBin() error

HexToBin -- 16進数から2進数文字列へ変換するサンプルです。

func HexToDec added in v0.4.0

func HexToDec() error

HexToDec -- 16進数文字列を10進数に変換するサンプルです.

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

func ParseIntTipsBaseValue added in v0.4.0

func ParseIntTipsBaseValue() error

ParseIntTipsBaseValue -- strconv.ParseInt() の第2引数 base を指定する際のTipsです。

REFERENCES

func ParseIntTipsBitSize added in v0.4.0

func ParseIntTipsBitSize() error

ParseIntTipsBitSize -- strconv.ParseInt() の第3引数 bitSize を指定する際のTipsです。

REFERENCES

Types

This section is empty.

Jump to

Keyboard shortcuts

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