Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL Server では、Management Studio 内のグリッド結果でクエリ結果を見ると、varbinary(max) が '0xFE12CE34AB27' のように見えます。そのような値をコピーして、C# 経由でバイト配列に戻すにはどうすればよいですか?
表示される'0xFE12CE34AB27'文字列は、Mgmt Studio のアーティファクトです。
'0xFE12CE34AB27'
あなたのデータはすでにバイト配列です。何もしないでください。