Initializes a new instance of the Guid class using the specified Byte array.
[Visual Basic] Overloads Public Sub New( _ ByVal b() As Byte _ ) [C#] public Guid( byte[] b ); [C++] public: Guid( unsigned char* b[] ); [JScript] public function Guid( b : Byte[] );
Exception Type | Condition |
---|---|
ArgumentException | is thrown if b is not 16 bytes long. |
ArgumentNullException | if b is null. |
Guid Structure | Guid Members | System Namespace | Guid Constructor Overload List