Table of Contents

Class Base32

Namespace
PolarStudioGlobals
Assembly
PolarStudioGlobals.dll
public static class Base32
Inheritance
Base32
Inherited Members

Methods

FromBase32String(string)

public static byte[] FromBase32String(string encoded)

Parameters

encoded string

Returns

byte[]

ToBase32String(byte[], bool)

public static string ToBase32String(byte[] data, bool padOutput = false)

Parameters

data byte[]
padOutput bool

Returns

string

ToBase32String(byte[], int, int, bool)

public static string ToBase32String(byte[] data, int offset, int length, bool padOutput = false)

Parameters

data byte[]
offset int
length int
padOutput bool

Returns

string