M_Furcadia_Text_Base95_ToByteArray_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Base95.ToByteArray 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

documentation for "M:Furcadia.Text.Base95.ToByteArray(System.Int32)"]

Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

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

Parameters

 

nDigits
Type: System.Int32
[Missing documentation for "M:Furcadia.Text.Base95.ToByteArray(System.Int32)"]

Return Value

Type: Byte[]
[Missing documentation for "M:Furcadia.Text.Base95.ToByteArray(System.Int32)"]

See Also

Reference

Base95 Class
ToByteArray Overload
Furcadia.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️