1
Answer

Add Char to String?

Orlando Salcido

Orlando Salcido

17y
2.1k
1
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)