Summary
Modified Base64 for URL applications ('base64url' encoding)
See http://tools.ietf.org/html/rfc4648
For more information see http://en.wikipedia.org/wiki/Base64
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base64Url
Syntax
public static byte[] FromBase64ForUrlString(string base64ForUrlInput)
Parameters
| Name | Type | Description |
|---|---|---|
| base64ForUrlInput | string |
Return Value
| Type | Description |
|---|---|
| byte[] | Input base64ForUrl encoded string as the original byte array |
