Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string Base64UrlEncode(this byte[])

Declaration

public static string Base64UrlEncode(
    this byte[] bytes
)

Summary

Encodes this byte array to base-64-url format, which is safe for use in URLs and does not contain the unnecessary padding when the number of bytes is not divisible by 3.

See also