U
Udi
Hi All,
I'm looking for a way to convert a buffer into text (represent buffer
as text).
The text is read by a parser that needs to cut it at a special
character that is not part of the buffer (E.g.end of line).
(I think this is similar to the method used to 'textualize' binary
data in HTML (to display special characters?) )
For exapmle:
A parser parses the following command line to invoke the function
"Foo" with the relevant parameter
(Command line is all text) :
"Foo(xxx)\n"
Now, I need to receive the same command line with the argument
represented in binary and not in text, and still be able to parse it.
Is there a .Net Class that knows to represent binary in a text format?
Thanks,
Udi.
I'm looking for a way to convert a buffer into text (represent buffer
as text).
The text is read by a parser that needs to cut it at a special
character that is not part of the buffer (E.g.end of line).
(I think this is similar to the method used to 'textualize' binary
data in HTML (to display special characters?) )
For exapmle:
A parser parses the following command line to invoke the function
"Foo" with the relevant parameter
(Command line is all text) :
"Foo(xxx)\n"
Now, I need to receive the same command line with the argument
represented in binary and not in text, and still be able to parse it.
Is there a .Net Class that knows to represent binary in a text format?
Thanks,
Udi.