[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract int ToBytes(
	byte value,
	byte[] data,
	int index
)
Public MustOverride Function ToBytes ( _
	value As Byte, _
	data As Byte(), _
	index As Integer _
) As Integer
public:
virtual int ToBytes(
	unsigned char value, 
	array<unsigned char>^ data, 
	int index
) abstract

Parameters

value
Byte
data
array< Byte >[]()[]
index
Int32

See Also