Click or drag to resize

Base95  Conversion (Base95 to UInt16)

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 explicit conversion from Base95 to UInt16.

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static explicit operator ushort (
	Base95 b95n
)

Parameters

b95n
Type: Furcadia.TextBase95
The B95N.

Return Value

Type: UInt16
The result of the conversion.
See Also