메소드 | 설명 | |
---|---|---|
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
|
public static Decode ( string input ) : System.Numerics.BigInteger | ||
input | string | |
리턴 | System.Numerics.BigInteger |
public static Encode ( System.Numerics.BigInteger input ) : String | ||
input | System.Numerics.BigInteger | |
리턴 | String |