|
Base220ToByteArray Method
|
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()
Public Function ToByteArray As Byte()
Dim instance As Base220
Dim returnValue As Byte()
returnValue = instance.ToByteArray()
public:
array<unsigned char>^ ToByteArray()
member ToByteArray : unit -> byte[]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Furcadia.Text.Base220.ToByteArray"]
See Also