Represents a byte[] as a string, skips characters 0 and O, 1 and I to improve readability
| C# |
public class Base32K
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Base32K()()() | Initializes a new instance of the Base32K class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToBase32String(array<Byte>[]()[]) |
Converts an array of bytes to a Base32-k string.
| |
| ToBase32String(Guid) |
Converts the Guid to a Base 32-k string
| |
| ToByteArr(String) |
Converts a Base32-k string into an array of bytes.
| |
| ToGuid(String) |
Converts a Base 32-k string to a Guid | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Base32K | |