Base95 Explicit Conversion (Base95 to UInt16)

Furcadia Framework

Base95  Conversion (Base95 to UInt16)

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

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

[Missing <summary> documentation for "M:Furcadia.Text.Base95.op_Explicit(Furcadia.Text.Base95)~System.UInt16"]

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public static explicit operator ushort (
	Base95 b95n
)
Public Shared Narrowing Operator CType ( 
	b95n As Base95
) As UShort

Dim input As Base95
Dim output As UShort

output = CType(input, UShort)
static explicit operator unsigned short (
	Base95^ b95n
)
F# does not support the declaration of new casting operators.

Parameters

b95n
Type: Furcadia.TextBase95

[Missing <param name="b95n"/> documentation for "M:Furcadia.Text.Base95.op_Explicit(Furcadia.Text.Base95)~System.UInt16"]

Return Value

Type: UInt16

[Missing <returns> documentation for "M:Furcadia.Text.Base95.op_Explicit(Furcadia.Text.Base95)~System.UInt16"]

See Also

Reference