C# Class mstum.utils.Base36Big

A Base36 De- and Encoder for big numbers
ファイルを表示 Open project: mstum/mstum.utils

Public Methods

Method Description
Decode ( string input ) : System.Numerics.BigInteger

Decode the Base36 Encoded string into a number

Encode ( System.Numerics.BigInteger input ) : String

Encode the given number into a Base36 string

Method Details

Decode() public static method

Decode the Base36 Encoded string into a number
public static Decode ( string input ) : System.Numerics.BigInteger
input string
return System.Numerics.BigInteger

Encode() public static method

Encode the given number into a Base36 string
public static Encode ( System.Numerics.BigInteger input ) : String
input System.Numerics.BigInteger
return String