Click or drag to resize

Base95 Operators and Type Conversions

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

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

The Base95 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Base95 to UInt16)
Performs an explicit conversion from Base95 to UInt16.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic member(String to Base95)
Performs an implicit conversion from String to Base95.
Public operatorStatic member(UInt16 to Base95)
Performs an implicit conversion from UInt16 to Base95.
Public operatorStatic member(UInt32 to Base95)
Performs an implicit conversion from UInt32 to Base95.
Public operatorStatic member(Base95 to Byte)
Performs an implicit conversion from Base95 to Byte.
Public operatorStatic member(Base95 to String)
Performs an implicit conversion from Base95 to String.
Public operatorStatic member(Base95 to UInt32)
Performs an implicit conversion from Base95 to UInt32.
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
See Also