标签: asp.net
我有这个对象,想要将其转换为byte[]
byte[]
var b = new ObjectParameter("historyversion", typeof(string));
我该怎么做? b必须在asp.net中转换为byte[]
b