Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: byte[] Base64UrlDecode(this string)

Declaration

public static byte[] Base64UrlDecode(
    this string input
)

Summary

Decodes this string from base-64-url encoding, which is safe for use in URLs and does not contain the unnecessary padding when the number of bytes is not divisible by 3, into a byte array.

See also