M_Furcadia_Text_Base95_ToByteArray_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public byte[] ToByteArray(
int nDigits
)
VB
Public Function ToByteArray (
nDigits As Integer
) As Byte()
VB Usage
Dim instance As Base95
Dim nDigits As Integer
Dim returnValue As Byte()
returnValue = instance.ToByteArray(nDigits)
C++
public:
array<unsigned char>^ ToByteArray(
int nDigits
)
F#
member ToByteArray :
nDigits : int -> byte[]
- nDigits
- Type: System.Int32
[Missing documentation for "M:Furcadia.Text.Base95.ToByteArray(System.Int32)"]
Type: Byte[]
[Missing documentation for "M:Furcadia.Text.Base95.ToByteArray(System.Int32)"]