DatagridView displaying byte[] as an image when string is needed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to display a sha1 hash in a DataGridView. I am using the
DataBinder to bind to a SQL database. The default behavior of the
DataGridView is to display byte[] as an image, using the
DataGridViewImageCell/Column. I would like to see the sha1 hash displayed as
a string instead -- similar to the behavior I would get from Query Analyzer.
Any suggestions?
Thanks.
 
Back
Top