I want to upgrade an old VB6 project to newer technologies and I have these values below and don't know how to translate them.
Chr(&H31) & Chr(&H1) & Chr(&H50) & Chr(&H31) & Chr(&H17)
So my first question is how do I identify these? Is it hexadecimal values or something else? I don't seem to find them in a ascii table. What does the 'H' stand for?
Secondly, how do I make a c# string out of this?