encodings

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Convert

type Convert interface {
	ToURL()
	ToHTML()
	ToB64()
	ToHex()
	ToBin()
	ToDec()
	ToAll()
}

type E

type E struct {
	S string
}

func (*E) ToAll

func (d *E) ToAll()

func (*E) ToBase64

func (d *E) ToBase64()

to base64 encoding

func (*E) ToBin

func (d *E) ToBin()

to binary Encoding

func (*E) ToDec

func (d *E) ToDec()

to Decimal Encoding

func (*E) ToHTML

func (d *E) ToHTML()

to HTML Encoding

func (*E) ToHex

func (d *E) ToHex()

to hex Encoding

func (*E) ToURL

func (d *E) ToURL()

to URL Encoding

Jump to

Keyboard shortcuts

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