1
Answer

Add Char to String?

Ask a question
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)