Base32Url.

ToBase32String(byte[]) Method

Summary

Encode a base32 string from a byte[] using the default options (case insensitive without padding using the standard base32 alphabet from rfc4648). Use alternative constructors for more options.

Syntax

public static string ToBase32String(byte[] data)

Parameters

Name Type Description
data byte[]

Return Value

Type Description
string