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

Create a 64-bit integer representation from the second half of this UUID

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public ulong GetULong()
Public Function GetULong As ULong
public:
unsigned long long GetULong()

Return Value

An integer created from the last eight bytes of this UUID

See Also