How to write ASCII special characters in a .Net string
Posted
by JimDaniel
on Stack Overflow
See other posts from Stack Overflow
or by JimDaniel
Published on 2010-05-27T15:37:00Z
Indexed on
2010/05/27
15:51 UTC
Read the original article
Hit count: 153
Suppose I want to use the ASCII special character FS(0x1C) in a .Net string, and then be able to format a byte array from that same string with the special character properly represented as a single byte, how would I do that? I can't seem to get my head around it.
Thanks for any help you can give.
© Stack Overflow or respective owner