Summary
Converts a byte[] to a base32 string with the parameters provided in the constructor.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
Syntax
public string Encode(byte[] data)
Parameters
| Name | Type | Description |
|---|---|---|
| data | byte[] | bytes to encode |
Return Value
| Type | Description |
|---|---|
| string | base 32 string |
