|
Base220ToByteArray 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.]
To the byte array.
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public byte[] ToByteArray(
int nDigits
)
Public Function ToByteArray (
nDigits As Integer
) As Byte()
Dim instance As Base220
Dim nDigits As Integer
Dim returnValue As Byte()
returnValue = instance.ToByteArray(nDigits)
public:
array<unsigned char>^ ToByteArray(
int nDigits
)
member ToByteArray :
nDigits : int -> byte[]
Parameters
- nDigits
- Type: SystemInt32
The n digits.
Return Value
Type:
Byte[Missing <returns> documentation for "M:Furcadia.Text.Base220.ToByteArray(System.Int32)"]
See Also