Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Content.Base32 Class Reference

Static class that does BASE32 encoding and decoding as defined in RFC4648: https://datatracker.ietf.org/doc/html/rfc4648 More...

Static Public Member Functions

static byte[] Decode (string Base32)
 Converts a Base32-encoded string to its binary representation. More...
 
static string Encode (byte[] Data)
 Converts a binary block of data to a Base32-encoded string. More...
 

Detailed Description

Static class that does BASE32 encoding and decoding as defined in RFC4648: https://datatracker.ietf.org/doc/html/rfc4648

Definition at line 10 of file Base32.cs.

Member Function Documentation

◆ Decode()

static byte[] Waher.Content.Base32.Decode ( string  Base32)
static

Converts a Base32-encoded string to its binary representation.

Parameters
Base32Base32-encoded string.
Returns
Binary representation.

Definition at line 19 of file Base32.cs.

◆ Encode()

static string Waher.Content.Base32.Encode ( byte[]  Data)
static

Converts a binary block of data to a Base32-encoded string.

Parameters
DataData to encode.
Returns
Base32-encoded string.

Definition at line 59 of file Base32.cs.


The documentation for this class was generated from the following file: