xgo/docs/stdlib-hex.md
2020-03-04 15:53:38 +01:00

200 B

Module - "hex"

fmt := import("hex")

Functions

  • encode(src): returns the hexadecimal encoding of src.
  • decode(s): returns the bytes represented by the hexadecimal string s.