Base3264Encoding.

FromZBase32(string) Method

Summary

To binary from zbase32 (no padding, case insensitive) - uses bom-free utf8 for string to binary encoding

Syntax

public static byte[] FromZBase32(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
byte[]