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