I have a sql data table that contains the following columns
TRADER_NAME, PASSWORD, DISPLAY_NAME, ACTIVE
PASSWORD is a varbinary(20) field and contains the following binary data
0xC9F3230B10D15312E7 which i need to convert to a text (string) i know what the result will be, which is 99AGresty. I need to know if there is anyway to back engineer the binary result in vb.net to the text string.
Start Free Trial