SqlGuid.ToByteArray Metodo

Definizione

Converte questa struttura SqlGuid in una matrice di byte.

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

Restituisce

Byte[]

Matrice di byte che rappresenta la proprietà Value della struttura SqlGuid.

Si applica a

Vedi anche