|
Base95 Conversion (Base95 to Byte)
|
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
Base95 to
Byte.
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static implicit operator byte[] (
Base95 b95n
)
Public Shared Widening Operator CType (
b95n As Base95
) As Byte()
Dim input As Base95
Dim output As Byte()
output = CType(input, Byte())
static implicit operator array<unsigned char>^ (
Base95^ b95n
)
F# does not support the declaration of new casting operators.
Parameters
- b95n
- Type: Furcadia.TextBase95
The B95N.
Return Value
Type:
Byte
The result of the conversion.
See Also