This method of the _Guid Class converts a GUID to a 16-element byte array.
public byte [] toByteArray();
Returns a 16-element byte array that represents the GUID.
CAUTION The byte array representation is not endian-portable; it cannot be used to transmit GUIDs between processors.