Base64Url.

ToBase64ForUrlString(byte[]) 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 string ToBase64ForUrlString(byte[] input)

Parameters

Name Type Description
input byte[]

Return Value

Type Description
string Input byte array converted to a base64ForUrl encoded string