Can someone help me get started in writing code in vb.net to open a file, read all bytes until end of file and convert each byte to its decimal value and then output each value to a text file comma delimited.

I'm using vb.net

Any help is appreciated