Summary
To string from "base64-url" per rfc standard (url safe 63rd/64th characters and no padding) - uses bom-free utf8 for string to binary encoding
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static string FromBase64UrlToString(string input)
Parameters
Name | Type | Description |
---|---|---|
input | string |
Return Value
Type | Description |
---|---|
string |