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 string ToBase64ForUrlString(byte[] input)
Parameters
Name | Type | Description |
---|---|---|
input | byte[] |
Return Value
Type | Description |
---|---|
string | Input byte array converted to a base64ForUrl encoded string |