Click or drag to resize

Base220  Conversion (Base220 to Int32)

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

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

Performs an implicit conversion from Base220 to Int32.

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static implicit operator int (
	Base220 b220n
)

Parameters

b220n
Type: Furcadia.TextBase220
The B220N.

Return Value

Type: Int32
The result of the conversion.
See Also