Bridge

Guid Constructor (array<Byte>[]()[][])

Initializes a new instance of the Guid structure by using the specified array of bytes.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public Guid(
	byte[] b
)
<TemplateAttribute> _
Public Sub New ( _
	b As Byte() _
)
[TemplateAttribute]
public:
Guid(
	array<unsigned char^>^ b
)

Parameters

b
Type: array<System..::..Byte>[]()[][]
A 16-element byte array containing values with which to initialize the GUID.

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionb is null.
System..::..ArgumentExceptionb is not 16 bytes long.