Summary
Binary to "base64-url" per rfc standard (url safe 63rd/64th characters and no padding)
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static string ToBase64Url(byte[] input)
Parameters
Name | Type | Description |
---|---|---|
input | byte[] |
Return Value
Type | Description |
---|---|
string |