Base3264Encoding.

FromBase32UrlToString(string) Method

Summary

To string from "base32 url" per rfc (standard base 32 without padding, no padding, case insensitive) - uses bom-free utf8 for string to binary encoding

Syntax

public static string FromBase32UrlToString(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
string