Show / Hide Table of Contents

Class Base32z

Base32 encoding designed to be easier for human use and more compact.

Inheritance
Object
Base32z
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public static class Base32z
Remarks

Commonly referred to as 'z-base-32'.

Fields

| Improve this Doc View Source

Codec

The encoder/decoder for z-base-32.

Declaration
public static readonly Base32 Codec
Field Value
Type Description
SimpleBase.Base32

See Also

https://en.wikipedia.org/wiki/Base32#z-base-32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX