I have this object and want to convert it to byte[]
var b = new ObjectParameter("historyversion", typeof(string));
How can I do that? b
must convert to byte[]
in asp.net
I have this object and want to convert it to byte[]
var b = new ObjectParameter("historyversion", typeof(string));
How can I do that? b
must convert to byte[]
in asp.net