Convert object parameter to byte[] type in asp.net -
i have object , want convert byte[]
byte[]
var b = new objectparameter("historyversion", typeof(string));
how can that? b must convert byte[] in asp.net
b
asp.net
No comments:
Post a Comment