|
Base220ConvertFromBase220 Method (Char)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Converts from base220.
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static int ConvertFromBase220(
char b220chr
)
Public Shared Function ConvertFromBase220 (
b220chr As Char
) As Integer
Dim b220chr As Char
Dim returnValue As Integer
returnValue = Base220.ConvertFromBase220(b220chr)
public:
static int ConvertFromBase220(
wchar_t b220chr
)
static member ConvertFromBase220 :
b220chr : char -> int
Parameters
- b220chr
- Type: SystemChar
The B220CHR.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Furcadia.Text.Base220.ConvertFromBase220(System.Char)"]
See Also