Summary
Binary to "base32 url" per rfc (standard base 32 without padding, no padding, case insensitive)
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static string ToBase32Url(byte[] input)
Parameters
Name | Type | Description |
---|---|---|
input | byte[] |
Return Value
Type | Description |
---|---|
string |