AstraGuid is a class that allows for the creation of Guid. Constructors provides options to create deterministic Guid from a list of strings or guids. The order of string or guid does not matter the resulting Guid will be the same value.
More...
|
| AstraGuid (List< string > list) |
| Creates deterministic Guid from a list of string based Guids More...
|
|
| AstraGuid (List< Guid > list) |
| Creates deterministic Guid from list of Guids More...
|
|
Guid | StringToGuid (string value) |
| Create Guid from string More...
|
|
override string | ToString () |
| returns a string version of Guid
|
|
AstraGuid is a class that allows for the creation of Guid. Constructors provides options to create deterministic Guid from a list of strings or guids. The order of string or guid does not matter the resulting Guid will be the same value.
◆ AstraGuid() [1/2]
Astra.AstraGuid.AstraGuid |
( |
List< string > |
list | ) |
|
|
inline |
Creates deterministic Guid from a list of string based Guids
- Parameters
-
list | List of string represented Guids |
◆ AstraGuid() [2/2]
Astra.AstraGuid.AstraGuid |
( |
List< Guid > |
list | ) |
|
|
inline |
Creates deterministic Guid from list of Guids
- Parameters
-
◆ StringToGuid()
Guid Astra.AstraGuid.StringToGuid |
( |
string |
value | ) |
|
|
inline |
Create Guid from string
- Parameters
-
value | Guid in the form of a string |
The documentation for this class was generated from the following file:
- Assets/Astra/AstraGuid.cs