Base32 Class |
Namespace: Guardtime.KSI.Utils
The Base32 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Decode |
Decode base32 string to byte array.
|
![]() ![]() | Encode(Byte) |
Encode data bytes to base32 string.
|
![]() ![]() | Encode(Byte, Int32, Int32) |
Encode data bytes with given offset and length to base32 string.
|