1
Reply

Add Char to String?

Orlando Salcido

Orlando Salcido

Jun 2 2007 7:05 AM
2.1k
Hi I have a string that goes like this string s1 = "Hey"; I need to add a byte value of 3 (for string length) to beginning of the string. So it Will begin with 0x03. How can I do this? What is the easiest way to do this?

Answers (1)