C# Class BaseNcoding.Base32

Inheritance: Base
Show file Open project: KvanTTT/BaseNcoding

Public Methods

Method Description
Base32 ( string alphabet = DefaultAlphabet, char special = DefaultSpecial, Encoding textEncoding = null ) : System
Decode ( string data ) : byte[]
Encode ( byte data ) : string

Method Details

Base32() public method

public Base32 ( string alphabet = DefaultAlphabet, char special = DefaultSpecial, Encoding textEncoding = null ) : System
alphabet string
special char
textEncoding System.Text.Encoding
return System

Decode() public method

public Decode ( string data ) : byte[]
data string
return byte[]

Encode() public method

public Encode ( byte data ) : string
data byte
return string