NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Guid.ToByteArray

Returns a 16-element unsigned byte array that represents the GUID.

[Visual Basic]
Public Function ToByteArray() As Byte ()
[C#]
public byte[] ToByteArray();
[C++]
public: unsigned char* ToByteArray() [];
[JScript]
public function ToByteArray() : Byte[];

Return Value

A 16-element unsigned byte array.

See Also

Guid Structure | Guid Members | System Namespace