Click or drag to resize

Base220 Class

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Furcadia Base220 Encoding

Author: Artex (aka, 1337)

Modified by: Gerolkae

Inheritance Hierarchy
SystemObject
  Furcadia.TextBase220

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public class Base220 : IComparable<int>, 
	IEquatable<int>

The Base220 type exposes the following members.

Constructors
  NameDescription
Public methodBase220
Initializes a new instance of the Base220 class.
Public methodBase220(Int32)
Initializes a new instance of the Base220 class.
Public methodBase220(String)
Initializes a new instance of the Base220 class
Top
Properties
  NameDescription
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodStatic memberBase220StringLengeth
Process Base220 Strings.

these are string Prefixed with a Base220 character representing the Length of the string

Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodStatic memberConvertFromBase220(Char)
Converts from base220.
Public methodStatic memberConvertFromBase220(String)
Converts from base220.
Public methodStatic memberConvertToBase220(Int32)
Converts to base220.
Public methodStatic memberConvertToBase220(Int32, Int32)
Converts to base220.
Public methodEquals(Int32)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromString
Froms the string.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToByteArray
To the byte array.
Public methodToByteArray(Int32)
To the byte array.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodToString(Int32)
Returns a String that represents this instance.
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Base220 to Int16)
Performs an explicit conversion from Base220 to Int16.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic member(Int16 to Base220)
Performs an implicit conversion from Int16 to Base220.
Public operatorStatic member(Int32 to Base220)
Performs an implicit conversion from Int32 to Base220.
Public operatorStatic member(String to Base220)
Performs an implicit conversion from String to Base220.
Public operatorStatic member(Base220 to Byte)
Performs an implicit conversion from Base220 to Byte.
Public operatorStatic member(Base220 to Int32)
Performs an implicit conversion from Base220 to Int32.
Public operatorStatic member(Base220 to String)
Performs an implicit conversion from Base220 to String.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberModulus
Implements the operator %.
Public operatorStatic memberMultiply
Implements the operator *.
Public operatorStatic memberSubtraction
Implements the operator -.
Top
Extension Methods
  NameDescription
Public Extension MethodAsDouble
Ases the double.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt16
converts an object to 16 bit integer
(Defined by ObjectExtensions.)
Public Extension MethodAsInt32
Ases the int32.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt64
Ases the int64.
(Defined by ObjectExtensions.)
Public Extension MethodAsString
Ases the string.
(Defined by ObjectExtensions.)
Top
Remarks
Reference http://dev.furcadia.com/docs/base220.pdf
See Also