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

Get a hyphenated string representation of this UUID

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override

Return Value

A string representation of this UUID, lowercase and with hyphens

Examples

11f8aa9c-b071-4242-836b-13b7abe0d489

See Also