Base64Url.

FromBase64ForUrlString(string) Method

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

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