SqlGuid.ToByteArray 方法

定義

將這個 SqlGuid 結構轉換成位元組陣列。

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

傳回

Byte[]

位元組的陣列,表示這個 Value 結構的 SqlGuid

適用於

另請參閱