/// <summary> /// Returns a string representation of the Base32 number /// </summary> /// <returns>A string representation</returns> public override string ToString() { return(Base32.ToBase32(numericValue)); }