J
jaffar
i wnat to convert like
Dim bytes() As Byte
bytes = CType(DB.DS.Tables("image").Rows(i).Item(1), Byte())
how can i convert in c#.net
Dim bytes() As Byte
bytes = CType(DB.DS.Tables("image").Rows(i).Item(1), Byte())
how can i convert in c#.net