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

Writes the raw bytes for this vector to a byte array

Namespace:  OpenMetaverse
Assembly:  OpenMetaverseTypes (in OpenMetaverseTypes.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ToBytes(
	byte[] dest,
	int pos
)
Public Sub ToBytes ( _
	dest As Byte(), _
	pos As Integer _
)
public:
void ToBytes(
	array<unsigned char>^ dest, 
	int pos
)

Parameters

dest
array< Byte >[]()[]
Destination byte array
pos
Int32
Position in the destination array to start writing. Must be at least 8 bytes before the end of the array

See Also