Base32Url.

Encode(byte[]) Method

Summary

Converts a byte[] to a base32 string with the parameters provided in the constructor.

Syntax

public string Encode(byte[] data)

Parameters

Name Type Description
data byte[] bytes to encode

Return Value

Type Description
string base 32 string