Hi

I have a string as

String str = "AT";

i need to append control line feed character

like i need to append ascii value to that string

how would i do that in C#


thanks
Paresh