D
Dan C
Is there a routine in c# that will transform a string ie"Hello Mom" into a
Byte[] array. I have found
char[] cTmp = pString.ToCharArray();
But I have not been able to figure out how to convert a char into a hex
value and place that value into the byte[].
Thanks for your help
Dan C
Byte[] array. I have found
char[] cTmp = pString.ToCharArray();
But I have not been able to figure out how to convert a char into a hex
value and place that value into the byte[].
Thanks for your help
Dan C