GuidToolsCreate(Guid, String) Method
Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Guid Create(
Guid namespaceId,
string name
)
Public Shared Function Create (
namespaceId As Guid,
name As String
) As Guid
public:
static Guid Create(
Guid namespaceId,
String^ name
)
static member Create :
namespaceId : Guid *
name : string -> Guid
- namespaceId Guid
- The ID of the namespace.
- name String
- The name (within that namespace).
GuidA UUID derived from the namespace and name.