I'm currently trying to add this prefix to a TCP IP Message I'm sending
\r\x1c\r
But when the receiver gets it they see
\\r\\x1c\\r
I tried
"\\r\\x1c\\r" + message
@"\r\x1c\r" + message
But I keep getting this in front of the message:
\\r\\x1c\\r