|
Base220 Conversion (Base220 to String)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static implicit operator string (
Base220 b220n
)
Public Shared Widening Operator CType (
b220n As Base220
) As String
Dim input As Base220
Dim output As String
output = CType(input, String)
static implicit operator String^ (
Base220^ b220n
)
F# does not support the declaration of new casting operators.
Parameters
- b220n
- Type: Furcadia.TextBase220
The B220N.
Return Value
Type:
String
The result of the conversion.
See Also