Constructor that takes a string UUID
representation
 Declaration Syntax
Declaration Syntax| C# | 
public UUID( string val )
 Parameters
Parameters- val ( String)
- A string representation of a UUID, case insensitive and can either be hyphenated or non-hyphenated
 Examples
Examples
UUID("11f8aa9c-b071-4242-836b-13b7abe0d489")
Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0
 
