SqlGuid.ToByteArray Method

Definition

Converts this SqlGuid structure to a byte array.

public:
 cli::array <System::Byte> ^ ToByteArray();
public byte[] ToByteArray ();
public byte[]? ToByteArray ();
member this.ToByteArray : unit -> byte[]
Public Function ToByteArray () As Byte()

Returns

Byte[]

An array of bytes representing the Value of this SqlGuid structure.

Applies to

See also