Summary
To binary from "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 byte[] FromBase64Url(string input)
Parameters
Name | Type | Description |
---|---|---|
input | string |
Return Value
Type | Description |
---|---|
byte[] |