ConvertBinHelper

package
v1.1.162 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

README

进制转换

  • 十进制转换成任意进制
DecimalToAny(num, n int64) string
  • 任意进制转换成十进制
AnyToDecimal(num string, n int64) int64

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AnyToDecimal

func AnyToDecimal(num string, n int64) int64

任意进制转10进制

func DecimalToAny

func DecimalToAny(num, n int64) string

10进制转任意进制

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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