GuidStatic: FromByteArray

FromByteArray

Converts an array of 16 bytes into a Guid.



 Public Function FromByteArray(
	  ByRef Bytes ( ) As Byte ) As Guid

Parameters

Bytes
[ByRef] Byte. The bytes to convert to a guid.

Return Values

Guid -  A new guid object set to the 16 bytes.

Remarks

See Also

Project VBCorLib Overview Class GuidStatic Overview GuidStatic Properties GuidStatic Methods EmptyGuid FromMemory