DataPlace
Base32K Class
CSCS.CoreBase32K
Represents a byte[] as a string, skips characters 0 and O, 1 and I to improve readability
Declaration Syntax
C#
public class Base32K
Members
All MembersConstructorsMethods



IconMemberDescription
Base32K()()()
Initializes a new instance of the Base32K class

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Base32K

Assembly: CS.Core.Standard (Module: CS.Core.Standard) Version: 1.0.3271.19813