DOFUtilcreateGuid Method OpenDOF Object Access Library
Create a type 4 (pseudo randomly generated) UUID as an array of 16 bytes.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static byte[] createGuid()

Return Value

Type: Byte
A type 4 (pseudo randomly generated) UUID as an array of 16 bytes.
Remarks

Create a type 4 (pseudo randomly generated) UUID as an array of 16 bytes.
See Also

Reference