|
Base220ConvertFromBase220 Method (String)
|
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(
string b220str
)
Public Shared Function ConvertFromBase220 (
b220str As String
) As Integer
Dim b220str As String
Dim returnValue As Integer
returnValue = Base220.ConvertFromBase220(b220str)
public:
static int ConvertFromBase220(
String^ b220str
)
static member ConvertFromBase220 :
b220str : string -> int
Parameters
- b220str
- Type: SystemString
The B220STR.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Furcadia.Text.Base220.ConvertFromBase220(System.String)"]
See Also