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

Assigns this UUID from 16 bytes out of a byte array

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

Syntax

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

Parameters

source
array< Byte >[]()[]
Byte array containing the UUID to assign this UUID to
pos
Int32
Starting position of the UUID in the byte array

See Also