Base220.ToByteArray Method (Int32)

FFF3PP

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.]

[Missing <summary> documentation for "M:Furcadia.Text.Base220.ToByteArray(System.Int32)"]

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
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

[Missing <param name="nDigits"/> documentation for "M:Furcadia.Text.Base220.ToByteArray(System.Int32)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Furcadia.Text.Base220.ToByteArray(System.Int32)"]

See Also