Static class that does BASE32 encoding and decoding as defined in RFC4648: https://datatracker.ietf.org/doc/html/rfc4648
More...
|
| 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...
|
| |
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.
◆ Decode()
| static byte[] Waher.Content.Base32.Decode |
( |
string |
Base32 | ) |
|
|
static |
Converts a Base32-encoded string to its binary representation.
- Parameters
-
- 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
-
- Returns
- Base32-encoded string.
Definition at line 59 of file Base32.cs.
The documentation for this class was generated from the following file:
- C:/My Projects/IoTGateway/Content/Waher.Content/Base32.cs