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: ByteA type 4 (pseudo randomly generated) UUID as an array of 16 bytes.
Remarks
See Also