Hi,
thanks for your reply..
I am sending it as a string only.
In my webmethod i am using following code:-
string str=new string('\x19',1);
and returning this string.
But client application is not able to get this string when i am calling
this webmetho.
What should i do to store this string into string variable which is
declared to client side.
Thanks.
> Why not just send it as a string and have the client interprete and
> convert it to whatever you need?
>
> HTH,
> Cyr