G
Guest
Hi,
Im trying to move away from VB to C#.
In VB I can write a line of code that takes a characeter, converts it to an
ASCII number (base10) and then converts that base10 number to hexadecimal by
using the following command
hex(asc("C"))
how do I do this in c#?
You might have guessed that I am using this combination of functions
together with a few other tricks to scamble up a license key or encrypt it.
Thaks in advance
Huw
Im trying to move away from VB to C#.
In VB I can write a line of code that takes a characeter, converts it to an
ASCII number (base10) and then converts that base10 number to hexadecimal by
using the following command
hex(asc("C"))
how do I do this in c#?
You might have guessed that I am using this combination of functions
together with a few other tricks to scamble up a license key or encrypt it.
Thaks in advance
Huw