Summary
Encode a base32 string from a byte[] using the default options
(case insensitive without padding using the standard base32 alphabet from rfc4648).
Use alternative constructors for more options.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
Syntax
public static string ToBase32String(byte[] data)
Parameters
| Name | Type | Description |
|---|---|---|
| data | byte[] |
Return Value
| Type | Description |
|---|---|
| string |
