T_Furcadia_Text_Base220 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

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

System.Object
  Furcadia.Text.Base220
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public class Base220 : IComparable<int>, 
	IEquatable<int>

VB

Public Class Base220
	Implements IComparable(Of Integer), IEquatable(Of Integer)

VB Usage

Dim instance As Base220

C++

public ref class Base220 : IComparable<int>, 
	IEquatable<int>

F#

type Base220 =  
    class
        interface IComparable<int>
        interface IEquatable<int>
    end

The Base220 type exposes the following members.

Constructors

 

Name Description
Public method Base220() Initializes a new instance of the Base220 class
Public method Base220(Int32) Initializes a new instance of the Base220 class
Public method Base220(String) Initializes a new instance of the Base220 class
  Back to Top

Methods

 

Name Description
Public methodStatic member Base220StringLengeth Process Base220 Strings. these are string Prefixed with a Base220 character representing the Lengeth of the string
Public method CompareTo
Public methodStatic member ConvertFromBase220(Char)
Public methodStatic member ConvertFromBase220(String)
Public methodStatic member ConvertToBase220(Int32)
Public methodStatic member ConvertToBase220(Int32, Int32)
Public method Equals(Int32)
Public method Equals(Object)

(Overrides Object.Equals(Object).)

Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FromString
Public method GetHashCode

(Overrides Object.GetHashCode().)

Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToByteArray()
Public method ToByteArray(Int32)
Public method ToString()

(Overrides Object.ToString().)

Public method ToString(Int32)
  Back to Top

Operators

 

Name Description
Public operatorStatic member Addition
Public operatorStatic member Division
Public operatorStatic member Equality
Public operatorStatic member Explicit(Base220 to Int16)
Public operatorStatic member GreaterThan
Public operatorStatic member Implicit(Int16 to Base220)
Public operatorStatic member Implicit(Int32 to Base220)
Public operatorStatic member Implicit(String to Base220)
Public operatorStatic member Implicit(Base220 to Byte[])
Public operatorStatic member Implicit(Base220 to Int32)
Public operatorStatic member Implicit(Base220 to String)
Public operatorStatic member Inequality
Public operatorStatic member LessThan
Public operatorStatic member Modulus
Public operatorStatic member Multiply
Public operatorStatic member Subtraction
  Back to Top

Extension Methods

 

Name Description
Public Extension Method AsDouble (Defined by ObjectExtensions.)
Public Extension Method AsInt16 (Defined by ObjectExtensions.)
Public Extension Method AsInt32 (Defined by ObjectExtensions.)
Public Extension Method AsInt64 (Defined by ObjectExtensions.)
Public Extension Method AsString (Defined by ObjectExtensions.)
  Back to Top

Remarks

Reference http://dev.furcadia.com/docs/base220.pdf

See Also

Reference

Furcadia.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️