GuidStatic: FromParts

FromParts

Creates a guid using specified values and byte array.



 Public Function FromParts(
	  ByVal a As Long,
	  ByVal b As Integer,
	  ByVal c As Integer,
	  ByRef d ( ) As Byte ) As Guid

Parameters

a
[ByVal] Long. A value representing 12345678-xxxx-xxxx-xxxx-xxxxxxxxxxxx
b
[ByVal] Integer. A value representing xxxxxxxx-1234-xxxx-xxxx-xxxxxxxxxxxx
c
[ByVal] Integer. A value representing xxxxxxxx-xxxx-1234-xxxx-xxxxxxxxxxxx
d
[ByRef] Byte. An array representing xxxxxxxx-xxxx-xxxx-1234-123456789012

Return Values

Guid -  A new guid initialized to the values and byte array specified.

See Also

Project CorLib Overview

Class GuidStatic Overview