SqlGuid.ToByteArray Método

Definição

Converte esta SqlGuid estrutura num array de bytes.

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

Devoluções

Byte[]

Um array de bytes que representa o Value desta SqlGuid estrutura.

Aplica-se a

Ver também